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

Implement Compact in Key-value API #21

Open
marcosflobo opened this issue Nov 28, 2020 · 0 comments
Open

Implement Compact in Key-value API #21

marcosflobo opened this issue Nov 28, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@marcosflobo
Copy link
Owner

Is your feature request related to a problem? Please describe.
No, it's not

Describe the solution you'd like
Implement the Compact service from the Key-value API offered by jetcd client https://github.com/etcd-io/jetcd/blob/master/jetcd-core/src/main/java/io/etcd/jetcd/KVImpl.java

Compact compacts the event history in the etcd key-value store. The key-value store should be periodically compacted or the event history will continue to grow indefinitely.

Describe alternatives you've considered
No alternatives, since it's required for 1.0.0

Additional context
No

@marcosflobo marcosflobo added the enhancement New feature or request label Nov 28, 2020
@marcosflobo marcosflobo added this to the 1.0.0 milestone Nov 28, 2020
@marcosflobo marcosflobo added the help wanted Extra attention is needed label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant