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

On forwarder restart, eliminate messages already sent #20

Open
andy-maier opened this issue Aug 6, 2023 · 1 comment
Open

On forwarder restart, eliminate messages already sent #20

andy-maier opened this issue Aug 6, 2023 · 1 comment
Labels
area: code Affects code (and possibly its docs/tests) type: enhancement New feature or request or enhancement

Comments

@andy-maier
Copy link
Member

Currently, restarting the forwarder will send again all OS messages the HMC has buffered.

This needs to be improved such that the forwarder is aware of the last message sent for each partition. Since this data needs to survive a forwarder restart, it needs to be persisted in the file system.

@andy-maier andy-maier added area: code Affects code (and possibly its docs/tests) type: enhancement New feature or request or enhancement labels Aug 6, 2023
@andy-maier
Copy link
Member Author

Python's built-in "shelf" could be used to persist the message numbers upon exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: code Affects code (and possibly its docs/tests) type: enhancement New feature or request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant