We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When running a Data Prepper pipeline without any Kafka Connect plugins, I see logs for the Kafka extension.
2023-10-27T14:44:40.828 [main] INFO org.opensearch.dataprepper.plugins.kafka.extension.KafkaClusterConfigExtension - Applying Kafka Cluster Config Extension. 2023-10-27T14:44:40.829 [main] INFO org.opensearch.dataprepper.plugins.kafkaconnect.extension.KafkaConnectConfigExtension - Applying Kafka Connect Config Extension.
To Reproduce
Run a pipeline.
Expected behavior
If the Kafka extension is not needed, then don't load it. This should happen for all extensions.
The text was updated successfully, but these errors were encountered:
We shouldn't need this in 2.6.0 if we exclude the Kafka Connect plugins from that build. This should exclude this extension.
Sorry, something went wrong.
dlvenable
No branches or pull requests
Describe the bug
When running a Data Prepper pipeline without any Kafka Connect plugins, I see logs for the Kafka extension.
To Reproduce
Run a pipeline.
Expected behavior
If the Kafka extension is not needed, then don't load it. This should happen for all extensions.
The text was updated successfully, but these errors were encountered: