I'm fairly new to Python and just getting started with Kafka. I am using the library named python-kafka to communicate with Kafka. Now I have a requirement that I need to create topics dynamically, however if it does exists, I do not need to create it.
From reading the docs I see that I can use KafkaAdminClient to create and delete topics, however I do not find any to check if topic exists.