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] use ConfigurationUtil for KafkaSourceConfig #17223

Merged
merged 3 commits into from
Feb 5, 2025

Conversation

yupeng9
Copy link
Contributor

@yupeng9 yupeng9 commented Feb 1, 2025

Description

  • Inspired by the ConfigurationUtil in the ingest package, introduce a ConfigurationUtil to the common util (and later can consolidate with the one in ingest package).

  • used this configurationUtil for configuration parsing in KafkaSourceConfig

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.

Copy link
Contributor

github-actions bot commented Feb 2, 2025

✅ Gradle check result for e8dceec: SUCCESS

Copy link

codecov bot commented Feb 2, 2025

Codecov Report

Attention: Patch coverage is 83.07692% with 11 lines in your changes missing coverage. Please review.

Project coverage is 72.33%. Comparing base (6fb0c1b) to head (5fd8140).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
...a/org/opensearch/core/util/ConfigurationUtils.java 81.96% 5 Missing and 6 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #17223      +/-   ##
============================================
+ Coverage     72.24%   72.33%   +0.09%     
- Complexity    65704    65756      +52     
============================================
  Files          5318     5319       +1     
  Lines        305674   305735      +61     
  Branches      44349    44360      +11     
============================================
+ Hits         220834   221163     +329     
+ Misses        66769    66460     -309     
- Partials      18071    18112      +41     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Yupeng Fu <[email protected]>
Copy link
Contributor

github-actions bot commented Feb 2, 2025

❌ Gradle check result for 9751caf: 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: Yupeng Fu <[email protected]>
Copy link
Contributor

github-actions bot commented Feb 5, 2025

✅ Gradle check result for 5fd8140: SUCCESS

@msfroh msfroh merged commit 5b07cf1 into opensearch-project:main Feb 5, 2025
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants