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

Make connect compatable with kafka plugin.discovery #350

Closed
ne1r0n opened this issue Mar 18, 2024 · 0 comments · Fixed by #351
Closed

Make connect compatable with kafka plugin.discovery #350

ne1r0n opened this issue Mar 18, 2024 · 0 comments · Fixed by #351
Labels
enhancement New feature or request

Comments

@ne1r0n
Copy link
Contributor

ne1r0n commented Mar 18, 2024

What is Plugin Discovery.

When connector is used with kafka version above 3.6 with default plugin.discovery worker configuration there would be a warning:

org.apache.kafka.connect.runtime.isolation.Plugins","message":"One or more plugins are missing ServiceLoader manifests may not be usable with plugin.discovery=service_load: [
file:/usr/share/confluent-hub-components/clickhouse-clickhouse-kafka-connect/	com.clickhouse.kafka.connect.ClickHouseSinkConnector	sink	v1.0.14
...
Read the documentation at https://kafka.apache.org/documentation.html#connect_plugindiscovery for instructions on migrating your plugins to take advantage of the performance improvements of service_load mode. To silence this warning, set plugin.discovery=only_scan in the worker config.
@ne1r0n ne1r0n added the enhancement New feature or request label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant