Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

org.apache.kafka.common.network.Mode has been renamed to org.apache.kafka.common.network.ConnectionMode #819

Open
WGriffing opened this issue Dec 12, 2024 · 0 comments

Comments

@WGriffing
Copy link

In apache/kafka#16403 (referencing https://issues.apache.org/jira/browse/KAFKA-3346) Mode from org.apache.kafka.common.network was renamed to ConnectionMode.

As a result, I'm seeing this error

java.lang.NoClassDefFoundError: org/apache/kafka/common/network/Mode

when attempting to run version 14.1.2 of this plugin on kafka version 3.9.0. 3.9.0 may not be supported (the docs just say 3.3.0 or later) but I wanted to report this since I couldn't find any reference to it already being reported.

I am going to downgrade to a version prior to that change in kafka until this is resolved (or until that version is supported).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant