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

[Pull-based Ingestion] Support custom Kafka consumer configs #17594

Merged

Conversation

varunbharadwaj
Copy link
Contributor

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.

@varunbharadwaj varunbharadwaj changed the title Support custom kafka consumer configs [Pull-based Ingestion] Support custom Kafka consumer configs Mar 15, 2025
Copy link
Contributor

❌ 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?

@varunbharadwaj varunbharadwaj force-pushed the vb/customconsumerconfig branch from adfeb83 to f0bfd05 Compare March 15, 2025 02:26
Copy link
Contributor

✅ Gradle check result for 5c15eb5: SUCCESS

Copy link

codecov bot commented Mar 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.51%. Comparing base (1166998) to head (e51c75f).
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@yupeng9
Copy link
Contributor

yupeng9 commented Mar 17, 2025

LGTM

Copy link
Contributor

❌ 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?

@varunbharadwaj varunbharadwaj force-pushed the vb/customconsumerconfig branch from ec10ff1 to e51c75f Compare March 17, 2025 23:07
Copy link
Contributor

❕ Gradle check result for e51c75f: UNSTABLE

  • TEST FAILURES:
      1 org.opensearch.snapshots.DedicatedClusterSnapshotRestoreIT.testSnapshotWithStuckNode

Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure.

@andrross andrross merged commit e3d3a17 into opensearch-project:main Mar 18, 2025
31 checks passed
vinaykpud pushed a commit to vinaykpud/OpenSearch that referenced this pull request Mar 18, 2025
Signed-off-by: Varun Bharadwaj <[email protected]>
Signed-off-by: Vinay Krishna Pudyodu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants