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

Investigate possibility of sending health check events over non-streaming NATS connection #6605

Open
christophermaier opened this issue May 31, 2019 · 3 comments
Labels
Focus:Supervisor Related to the Habitat Supervisor (core/hab-sup) component Stale

Comments

@christophermaier
Copy link
Contributor

Since health check events are by nature self-healing events (if you miss one, just wait for the next one; it'll be along soon), it may be desirable to send them over a non-streaming NATS connection, which will reduce storage concerns on the Automate side.

I don't think it's possible to send non-streaming messages using a streaming NATS client, but if it is, that would be ideal. Otherwise, we probably need to manage two separate connections.

We'll want to do this work alongside the Automate team to ensure that such changes would be worth the effort to implement them.

@stale
Copy link

stale bot commented May 30, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.

@stale stale bot added the Stale label May 30, 2020
@christophermaier christophermaier added Focus:Supervisor Related to the Habitat Supervisor (core/hab-sup) component and removed A-supervisor labels Jul 24, 2020
@stale stale bot removed the Stale label Jul 24, 2020
@stale
Copy link

stale bot commented Aug 13, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.

@stale stale bot added the Stale label Aug 13, 2022
@stale
Copy link

stale bot commented May 22, 2023

This issue has been automatically closed after being stale for 400 days. We still value your input and contribution. Please re-open the issue if desired and leave a comment with details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Focus:Supervisor Related to the Habitat Supervisor (core/hab-sup) component Stale
Projects
None yet
Development

No branches or pull requests

2 participants