Re: [kafka-clients] Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread Israel Ekpo
Thanks for the feedback David. I really appreciate it. I would work on eliminating some items in the docker container that are not needed and making this as a base image that already has those dependencies pre-baked. That could significantly trim the elapsed time between when they fire up the con

Re: `java.lang.NoSuchFieldError: DEFAULT_SASL_ENABLED_MECHANISMS` after upgrading `Kafka-clients` from 2.5.0 to 3.0.0

2021-09-24 Thread Stig Rohde Døssing
I've had something similar on a different embedded kafka project. Most likely your issue is that you are putting kafka-clients 3.0.0 on the classpath alongside the Kafka server in version 2.7.1, which is the version brought in by your spring-kafka-test dependency. Since the Kafka server itself depe

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread David Jacot
Hi Israel, Thank you for this initiative. The tool seems pretty cool and I think that it could be useful as well. I haven't tried it yet though. I just watched the video and I found the part which requires to build the docker container really long, perhaps even longer than the validation itself

Re: [DISCUSS] Before you Vote for Apache Kafka RCs, Watch This!

2021-09-24 Thread Israel Ekpo
Hello Everyone, Please take a moment to review this and share your thoughts. It would be great to have more community involvement during release candidate validations I am wondering if this should be split up between the site docs repo and the core code repo or just in the code repo Should we in

Re: `java.lang.NoSuchFieldError: DEFAULT_SASL_ENABLED_MECHANISMS` after upgrading `Kafka-clients` from 2.5.0 to 3.0.0

2021-09-24 Thread Bruno Cadonna
Hi Bruce, I do not know the specific root cause of your errors but what I found is that Spring 2.7.x is compatible with clients 2.7.0 and 2.8.0, not with 3.0.0 and 2.8.1: https://spring.io/projects/spring-kafka Best. Bruno On 24.09.21 00:25, Chang Liu wrote: Hi Kafka users, I start runnin