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

enhancement(file sink): Add support for end-to-end acknowledgements #9892

Merged
merged 2 commits into from
Nov 4, 2021

Conversation

bruceg
Copy link
Member

@bruceg bruceg commented Nov 4, 2021

This is pretty trivial, but there's not much that actually needs to be done for this one. The biggest thing missing is tests, and the errors definitely don't meet the component spec (would require a fuller audit).

Closes #7664

Signed-off-by: Bruce Guenter bruce.guenter@datadoghq.com

Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
@bruceg bruceg added type: enhancement A value-adding code change that enhances its existing functionality. sink: file Anything `file` sink related labels Nov 4, 2021
@bruceg bruceg self-assigned this Nov 4, 2021
@netlify
Copy link

netlify bot commented Nov 4, 2021

✔️ Deploy Preview for vector-project canceled.

🔨 Explore the source changes: 183362d

🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/618409de2be9a700075a3e18

@bruceg bruceg removed the request for review from jszwedko November 4, 2021 01:46
Signed-off-by: Bruce Guenter <bruce.guenter@datadoghq.com>
@bruceg bruceg enabled auto-merge (squash) November 4, 2021 16:28
@binarylogic
Copy link
Contributor

I'm curious if this needs docs changes? Can't acknowledgements be enabled/disabled via config?

@bruceg
Copy link
Member Author

bruceg commented Nov 4, 2021

I'm curious if this needs docs changes? Can't acknowledgements be enabled/disabled via config?

Acknowledgements are either supported or not on sinks, as it is just a matter of reporting delivery. The only way we could "disable" acknowledgements on sinks would be to report delivered as soon as they enter the sink, which doesn't make a lot of sense IMO.

@bruceg bruceg merged commit d230d8a into master Nov 4, 2021
@bruceg bruceg deleted the file-sink-acks branch November 4, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sink: file Anything `file` sink related type: enhancement A value-adding code change that enhances its existing functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add acknowledgements support to file sink
3 participants