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

[BUG] Kafka Connect extension loaded even if not needed #3555

Open
dlvenable opened this issue Oct 27, 2023 · 1 comment
Open

[BUG] Kafka Connect extension loaded even if not needed #3555

dlvenable opened this issue Oct 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dlvenable
Copy link
Member

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.

@dlvenable dlvenable added bug Something isn't working untriaged labels Oct 27, 2023
@dlvenable dlvenable changed the title [BUG] [BUG] Kafka Connect extension loaded even if not needed Oct 27, 2023
@dlvenable dlvenable self-assigned this Oct 27, 2023
@dlvenable dlvenable added this to the v2.6 milestone Oct 27, 2023
@dlvenable dlvenable modified the milestones: v2.6, v2.7 Nov 7, 2023
@dlvenable
Copy link
Member Author

We shouldn't need this in 2.6.0 if we exclude the Kafka Connect plugins from that build. This should exclude this extension.

@dlvenable dlvenable modified the milestones: v2.7, v2.8 Dec 13, 2023
@dlvenable dlvenable removed this from the v2.8 milestone Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant