Class KafkaBrokerTopicManagement

    • Constructor Summary

      Constructors 
      Constructor Description
      KafkaBrokerTopicManagement​(TopicProperties topicProperties, org.apache.kafka.clients.admin.AdminClient kafkaAdminClient, pl.allegro.tech.hermes.common.kafka.KafkaNamesMapper kafkaNamesMapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createTopic​(pl.allegro.tech.hermes.api.Topic topic)  
      void removeTopic​(pl.allegro.tech.hermes.api.Topic topic)  
      boolean topicExists​(pl.allegro.tech.hermes.api.Topic topic)  
      void updateTopic​(pl.allegro.tech.hermes.api.Topic topic)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KafkaBrokerTopicManagement

        public KafkaBrokerTopicManagement​(TopicProperties topicProperties,
                                          org.apache.kafka.clients.admin.AdminClient kafkaAdminClient,
                                          pl.allegro.tech.hermes.common.kafka.KafkaNamesMapper kafkaNamesMapper)