All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.allegro.tech.hermes.management.infrastructure.kafka.service.NoOpConsumerGroupManager Maven / Gradle / Ivy

package pl.allegro.tech.hermes.management.infrastructure.kafka.service;

import pl.allegro.tech.hermes.api.Subscription;
import pl.allegro.tech.hermes.api.Topic;
import pl.allegro.tech.hermes.management.domain.subscription.ConsumerGroupManager;

public class NoOpConsumerGroupManager implements ConsumerGroupManager {
  @Override
  public void createConsumerGroup(Topic topic, Subscription subscription) {
    // no operation
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy