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

Hook support #47

Open
ferranbt opened this issue Jun 6, 2021 · 1 comment
Open

Hook support #47

ferranbt opened this issue Jun 6, 2021 · 1 comment
Labels

Comments

@ferranbt
Copy link
Contributor

ferranbt commented Jun 6, 2021

There are some use cases that require generic pre/post hook support:

  • Redis "join" command to create the cluster.
  • Elasticsearch drain the nodes during scale down.
  • Clickhouse replica distributed tables during scale up.

Even the generic concept of Readiness (after the start) could be modeled as a post hook.
A hook should be a one-off operation. Long running jobs like monitoring are not applied here.

@ferranbt ferranbt added the core label Jun 6, 2021
This was referenced Jun 6, 2021
@ferranbt
Copy link
Contributor Author

First iteration merged in #52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant