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

confluent and kafka version mismatch #336

Open
darin-reify opened this issue Aug 24, 2022 · 0 comments
Open

confluent and kafka version mismatch #336

darin-reify opened this issue Aug 24, 2022 · 0 comments

Comments

@darin-reify
Copy link

darin-reify commented Aug 24, 2022

as currently written there's an explicit mismatch between confluent and apache kafka versions:

this isn't showing up as an issue because of the way leiningen resolves dependency conflicts. however, it does show up when trying to use this library as a gitlib via tools.deps.

tools.deps uses the most recent version which causes problems starting up streams since they now rely on the org.apache.kafka.common.Uuid class which doesn't exist before 2.8.0 (since 6.1.1-css will be used as the "latest version" for streams).

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

Successfully merging a pull request may close this issue.

1 participant