Hi there, In the experiments I am doing now, if I restart the streams application, I have to wait for around 5 minutes for some reason.
I can see something in the Kafka logs: [2017-03-15 08:36:18,118] INFO [GroupCoordinator 0]: Preparing to restabilize group xxx-test25 with old generation 2 (kafka.coordinator.GroupCoordinator) [2017-03-15 08:41:08,449] INFO [GroupCoordinator 0]: Stabilized group xxx-test25 generation 3 (kafka.coordinator.GroupCoordinator) [2017-03-15 08:41:08,473] INFO [GroupCoordinator 0]: Assignment received from leader for group xxx-test25 for generation 3 (kafka.coordinator.GroupCoordinator) What is happening in these 5 minutes? How to reduce it? Thanks Tianji