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

Add support for service load plugin discovery for AvroConverter, JsonSchemaConverter, ProtobufConverter #3387

Open
yeikel opened this issue Nov 4, 2024 · 0 comments

Comments

@yeikel
Copy link

yeikel commented Nov 4, 2024

Hi team,

I am trying to leverage KIP-898: Modernize Connect plugin discovery but some of the components do not have the necessary setup:

Sample error

.apache.kafka.connect.errors.ConnectException: One or more plugins are missing ServiceLoader manifests may not be usable with plugin.discovery=service_load: [
file:/usr/share/java/acl/       io.confluent.connect.avro.AvroConverter converter       undefined
file:/usr/share/java/acl/       io.confluent.connect.json.JsonSchemaConverter   converter       undefined
file:/usr/share/java/acl/       io.confluent.connect.protobuf.ProtobufConverter converter       undefined
]
Read the documentation at https://kafka.apache.org/documentation.html#connect_plugindiscovery for i
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