You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
as currently written there's an explicit mismatch between confluent and apache kafka versions:
6.1.6
which only supportskafka 2.7.0
2.8.0
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 theorg.apache.kafka.common.Uuid
class which doesn't exist before2.8.0
(since 6.1.1-css will be used as the "latest version" for streams).The text was updated successfully, but these errors were encountered: