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

Adds support for end-to-end acknowledgements in the S3 Sink #2755

Merged

Conversation

dlvenable
Copy link
Member

@dlvenable dlvenable commented May 25, 2023

Description

Adds end-to-end acknowledgements to the S3 sink.

This also fixes a problem with the README.md file.

Issues Resolved

Resolves #2732

Check List

  • New functionality includes testing.
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed with a real name per the DCO

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.

@codecov
Copy link

codecov bot commented May 25, 2023

Codecov Report

Merging #2755 (88bcdde) into main (3ce5b53) will increase coverage by 0.10%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #2755      +/-   ##
============================================
+ Coverage     93.81%   93.92%   +0.10%     
- Complexity     2315     2318       +3     
============================================
  Files           269      269              
  Lines          6482     6482              
  Branches        534      534              
============================================
+ Hits           6081     6088       +7     
+ Misses          265      256       -9     
- Partials        136      138       +2     

see 2 files with indirect coverage changes

Copy link
Collaborator

@kkondaka kkondaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@dlvenable dlvenable merged commit 1d2af56 into opensearch-project:main May 25, 2023
26 checks passed
@dlvenable dlvenable mentioned this pull request Jun 5, 2023
@dlvenable dlvenable deleted the 2732-acknowledgements-s3-sink branch June 5, 2023 21:46
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.

Support end-to-end acknowledgements in the S3 sink
3 participants