Closed jinqinghua closed 5 years ago
Please push the modified project to github someplace so we can take a look.
@garyrussell sorry, we use virtual ip in dev env. and there's some issue with it, check with IT, and use brokers list instead of vip address, it works. Could you please help to close this issue, thanks.
I got the same issue, Can you please suggest me what exactly you did?
Any solution for this yet??
guys try to hardcode consumerConfig, it works fine props.put(consumerconfig.bootstrap_servers_config, "localhost:9092");
Bug report Spring boot 2.1.0.RELEASE(spring kafka 2.2.0), and a kafka cluster with 3 patitions use git checkout https://github.com/spring-projects/spring-kafka/tree/master/samples/sample-02 import to IDEA Copy MultiMethods.java to MultiMethods00.java, MultiMethods01.java.... MultiMethods11.java rename the filename to MultiMethodsXX.java rename @KafkaListener(id = "multiGroup" to @KafkaListener(id = "multiGroupXX" XX is from 00 to 11
Then start the application, following are error details:
And we found there are at most 4 ListenerConsumers (if downgrade spring boot to 2.0.5, there is at most 9 ListenerConsumers, and groupId is random