Artem Bilan
Artem Bilan
What is your POM in that your project? You might need to remove some explicit versions and rely on whatever Spring Boot provides for you.
You need to change these version in the bottom of your POM to the appropriate from Spring Boot: ``` org.springframework.boot spring-boot-dependencies 2.2.0.BUILD-SNAPSHOT import pom org.springframework spring-framework-bom 5.2.0.M3 import pom org.springframework.integration...
@mohamad7788 , I'm not sure what is your concern in regards to this issue, please, consider to raise SO question or if it is really about this project a fully...
Thanks for your feedback! While I believe in the reality, we still support XML configuration. We are fully OK in presenting more and more Java & Annotation configuration and Java...
See here: https://github.com/spring-projects/spring-integration-samples/tree/master/advanced/dynamic-tcp-client. Might be helpful someway...
@garyrussell , are we good closing this issue since your PR has been merged?
@chickenchickenlove , Thank you for looking into this! Would you mind to share more info what the problem have you faced? What issue have you created on Apache Kafka side?...
Thanks for sharing! So, if we cannot change `controller.quorum.voters` for that `KafkaTestKit`, then it sounds like we cannot test this new consumer mode for KRaft environment. Back in days we...
Or we can opt-in for respective sample where we can use Testcontaiers to demonstrate the feature...
Sure! The point is that this new consumer group functionality in Kafka does not effect anything in Spring. Therefore having some test for this is a bit redundant for our...