examples
examples copied to clipboard
(un)subscription on topics
Concerning https://github.com/confluentinc/examples/blob/master/clients/cloud/python/consumer.py
Is there any way in your lib to subscribe on new topics addition to already work subscription(s) and unsubscribe from few topics continuing subscriptions on others?
I am also facing issues on a similar line but in spring boot. Not able to subscribe to new topics.
org.apache.kafka.clients.NetworkClient : [Consumer clientId=consumer-ABCD-1, groupId=ABCD] Error while fetching metadata with correlation id 1651 : { test.abcd.NewTopic=UNKNOWN_TOPIC_OR_PARTITION}