DEV Community

Discussion on: Create And Delete Kafka Topic Using Python

Collapse
 
redreed profile image
redreed

Nice snip but not sure if u missed it but u didnt initialize consumer and didnt assign existing_topic_list to receive the topics from consumer

Collapse
 
sats268842 profile image
Santhosh Thomas

Sorry for missing that code snippet.

Collapse
 
sats268842 profile image
Santhosh Thomas • Edited

The code snippet has been modified.