kafka-python
kafka-python copied to clipboard
How to create topics using kafka-python
Hi I'm looking for a sample code to create a topic in kafka ,
Topic creation is usually dynamic by default. Just publish to one that doesn't exist.