spring-cloud-stream-samples icon indicating copy to clipboard operation
spring-cloud-stream-samples copied to clipboard

How could I use group.instance.id in Spring cloud stream?

Open Haibarapink opened this issue 4 months ago • 0 comments

When using Spring Cloud Stream, if I bind multiple topics to a consumer group, the issue of frequent rebalancing often occurs. I need to use group.instance.id and group.initial.rebalance.delay.ms. Where should I set these parameters?

Haibarapink avatar Sep 18 '25 08:09 Haibarapink