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

Feature: support Consul's Event API #56

Open
eikenb opened this issue Jun 7, 2021 · 1 comment
Open

Feature: support Consul's Event API #56

eikenb opened this issue Jun 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@eikenb
Copy link
Contributor

eikenb commented Jun 7, 2021

Consul's Event API description...

The event command provides a mechanism to fire a custom user event to an entire data-center. These events are opaque to Consul, but they can be used to build scripting infrastructure to do automated deploys, restart services, or perform any other orchestration action. Events can be handled by using a watch.

Docs:
https://www.consul.io/api-docs/event
https://www.consul.io/commands/event

I'm searching for more data on potential use cases but haven't found much so far. If you know of any please let me know in a comment. Thanks.

@eikenb eikenb added the enhancement New feature or request label Jun 7, 2021
@eikenb
Copy link
Contributor Author

eikenb commented Jun 7, 2021

A project that uses the Event API.

https://github.com/AcalephStorage/consul-alerts
https://github.com/fusiondog/consul-alerts

Same project, it moved recently.

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