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

throttlers inner state marshal/unmarshal #1

Closed
1pkg opened this issue Oct 16, 2020 · 1 comment
Closed

throttlers inner state marshal/unmarshal #1

1pkg opened this issue Oct 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@1pkg
Copy link
Owner

1pkg commented Oct 16, 2020

In order to have durable storage, logging, meta exposure for all throttlers. Gohalt needs to have a way how to marshal and unmarshal inner states for all existing throttlers. This can be implemented as a pair of (MarshalBinary() (data []byte, err error), UnmarshalBinary(data []byte) error) methods or something similar. Note that there might be additional difficulties with composite throttlers.

@1pkg
Copy link
Owner Author

1pkg commented Jan 24, 2021

This needs to be reconsidered.

@1pkg 1pkg closed this as completed Jan 24, 2021
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

1 participant