I was running a test where kafka consumer was reading data from multiple partitions of a topic. While the process was running I added more partitions. It took around 5 minutes for consumer thread to read data from the new partition. I have found this configuration " topic.metadata.refresh.interval.ms", but this is for producer only. Is there a similar config for consumer too?
- Kafka consumer is taking time to recognize new part... Kafka Shil
- Re: Kafka consumer is taking time to recognize... Liam Clarke-Hutchinson