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

Support watching keys and services directory #19

Closed
avthart opened this issue Apr 3, 2015 · 5 comments
Closed

Support watching keys and services directory #19

avthart opened this issue Apr 3, 2015 · 5 comments

Comments

@avthart
Copy link

avthart commented Apr 3, 2015

With Consul and other solutions like etcd, it is possible to watch for changes within services and keys directories. The current Spring Cloud API does not support this kind of functionality. Are there any plans to support this?

"Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates. "

See also: http://www.consul.io/docs/agent/watches.html

@spencergibb
Copy link
Member

This may be howto support #1

@aatarasoff
Copy link
Contributor

Yep, it will be great functionality, cause in real life, when I use docker with consul, I use consul template for real time change system configs. For example nginx conf.

@spencergibb
Copy link
Member

So I implemented a watch here 8ffa7e0. I didn't implement watches in any kind of generic sense. Wondering what that would look like. Here, it's specific to the ConsulClient api.

@avthart
Copy link
Author

avthart commented May 26, 2015

Great! Will have a look at it.

@spencergibb
Copy link
Member

#64 is a watch for configuration

@spencergibb spencergibb changed the title Support watching keys and services directory Support watching keys and services directory Feb 8, 2016
@spencergibb spencergibb changed the title Support watching keys and services directory Support watching keys and services directory Feb 8, 2016
spencergibb pushed a commit that referenced this issue Apr 14, 2017
Upgrade github-pages gem to fix deprecation warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants