Skip to content

confluent and kafka version mismatch #336

@darin-reify

Description

@darin-reify

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions