spring-cloud-stream-samples
spring-cloud-stream-samples copied to clipboard
How could I use group.instance.id in Spring cloud stream?
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?