examples icon indicating copy to clipboard operation
examples copied to clipboard

(un)subscription on topics

Open almaz1213 opened this issue 4 years ago • 1 comments

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?

almaz1213 avatar Aug 16 '20 13:08 almaz1213

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}

kumarvika avatar Feb 24 '21 14:02 kumarvika