-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Pull-based Ingestion] Support custom Kafka consumer configs #17594
[Pull-based Ingestion] Support custom Kafka consumer configs #17594
Conversation
❌ Gradle check result for adfeb83: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
adfeb83
to
f0bfd05
Compare
plugins/ingestion-kafka/src/main/java/org/opensearch/plugin/kafka/KafkaSourceConfig.java
Outdated
Show resolved
Hide resolved
2de5380
to
5c15eb5
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17594 +/- ##
============================================
+ Coverage 72.48% 72.51% +0.03%
- Complexity 65771 65809 +38
============================================
Files 5311 5311
Lines 304973 304977 +4
Branches 44229 44228 -1
============================================
+ Hits 221045 221142 +97
+ Misses 65830 65729 -101
- Partials 18098 18106 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5c15eb5
to
ec10ff1
Compare
LGTM |
❌ Gradle check result for ec10ff1: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Varun Bharadwaj <[email protected]>
ec10ff1
to
e51c75f
Compare
❕ Gradle check result for e51c75f: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Signed-off-by: Varun Bharadwaj <[email protected]> Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Description
This PR adds support for custom Kafka configurations passed during index creation. The user will be allowed to pass in any Kafka consumer property in the ingestion source 'params' map, which will be passed to the Kafka consumer during initialization.
Related Issues
Follow-up for #16927
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.