Hi,

We have a use case where we need to start kafka consumer with a fixed list
of kafka topics and add more topics on the fly. Since there is no pattern
in names of topics, using pattern for dynamic subscriptions of topics is
not feasible.

Is it a good practice to subscribe to topics on given kafka consumer on fly
using after starting consumer?

I understand that KafkaConsumer is not thread safe. Any ill effects due to
multi threaded env?

Regards,
Chintan

Reply via email to