In a scenario, where I have N consumers (all consumers have 1 stream/no partitioning), each subscribed to separate set of topics, how to process new topics, added by producers?
Should I create new consumer to each added topic? Or can I add this topic to already working consumer? (how to do that?)
Or better keep 1 consumer group with N consumers and not divide topics between N consumers(streams)?