Skip to content

Connectors version is reported incorrectly #249

Closed
@jeqo

Description

@jeqo

Kafka Connector plugins report the Apache Kafka Connect Framework versions instead of their own:

@Override
public String version() {
return AppInfoParser.getVersion();
}

Then GET /connector-plugins endpoint reports e.g. 3.3.2 instead of 1.0.0

See

for an example on how to get version from repository.

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