Use aiokafka
for creating topics and clean-up instead of kafka-python-ng
#149
Labels
aiokafka
for creating topics and clean-up instead of kafka-python-ng
#149
As of v 0.0.11,
KafkaMessageQueue
requireskafka-python-ng
to use its admin client for creating topics and deleting topics/consumer groups. This is because theaiokafka
package has some issues with resolving api version between the library and the Kafka broker.Once this gets resolved in
aiokafka
we should use it exclusively for this integration.Acceptance Criteria:
AioKafkaAdminClient
forcreate_topic
andclean_local
methodsAioKafkaAdminClient
inderegister_consumer
to delete a topic if there would be no more consumers subscribed to the topic to which the deregistered consumer subscribed.The text was updated successfully, but these errors were encountered: