Top "Kafka-topic" questions

How to delete multiple topics in Apache Kafka

Assuming that I have a number of topics with the same prefix, e.g: giorgos-topic1 giorgos-topic2 giorgos-topic3 ... The command used …

apache-kafka kafka-topic
How to programmatically create a topic in Apache Kafka using Python

So far I haven't seen a python client that implements the creation of a topic explicitly without using the configuration …

python apache-kafka kafka-python kafka-topic
Why is kafka not creating a topic? bootstrap-server is not a recognized option

I am new to Kafka and trying to create a new topic on my local machine. I am following this …

apache-kafka apache-zookeeper kafka-topic