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

Addition of retry-count in the event headers to identify the retry count of an event #2310

Open
Malvikabhalla99 opened this issue Jan 3, 2025 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Malvikabhalla99
Copy link

Malvikabhalla99 commented Jan 3, 2025

Summary

Addition of retry-count in the event headers to identify the retry count of an event

Use Cases

It will be helpful to see how many times an event is being retried , hence addition of a new field in the datum can help
When would you use this?


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@Malvikabhalla99 Malvikabhalla99 added the enhancement New feature or request label Jan 3, 2025
@vigith
Copy link
Member

vigith commented Jan 3, 2025

This can only be an approximate and need not be monotonically increasing. If the pod crashes in between, the counter will be reset.

@yhl25
Copy link
Contributor

yhl25 commented Jan 6, 2025

This can only be an approximate and need not be monotonically increasing. If the pod crashes in between, the counter will be reset.

Yes, will be same as our retry strategy.

@vigith vigith added this to the 1.5 milestone Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants