hashicorp / consul

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
https://www.consul.io
Other
28.39k stars 4.43k forks source link

How to watch a service put/delete, like etcd watch #6280

Open wencan opened 5 years ago

wencan commented 5 years ago

How to watch a service put/delete, like etcd watch

pierresouchay commented 5 years ago

/v1/health/service/:serviceName?wait=10m ?

stale[bot] commented 5 years ago

Hey there, This issue has been automatically closed because there hasn't been any activity for at least 90 days. If you are still experiencing problems, or still have questions, feel free to open a new one :+1:

schristoff commented 5 years ago

Re-opening and allowing stale bot to take its course. Apologies about this :)

bofm commented 4 years ago

Is there a way to avoid transferring a huge json payload when watching a service with hundreds of instances and one of the instances flaps?