Class KafkaAdminHelper
java.lang.Object
net.bugreaper.modules.kafka.setup.KafkaAdminHelper
Kafka admin helper that provides a common API for Kafka administration operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTopicMethod(String topic, int partitions) voiddeleteTopicMethod(String topic) intgetPartitionsCountMethod(String topic) booleangetTopicExistenceMethod(String topic) voidpurgeTopicMethod(String topic) voidseeTopicExistsMethod(String topic, int awaitMs)
-
Constructor Details
-
KafkaAdminHelper
-
-
Method Details
-
createTopicMethod
-
deleteTopicMethod
-
purgeTopicMethod
-
getPartitionsCountMethod
-
getTopicExistenceMethod
-
seeTopicExistsMethod
-