python-consul icon indicating copy to clipboard operation
python-consul copied to clipboard

request : subscribe to KV changes

Open MAHESHGONDA opened this issue 6 years ago • 2 comments

can we subscribe for kv changes, so that if there are any change in kv store key's value , client will get notified about changes . Is this feature already implemented. If yes then is there any reference document/code !

MAHESHGONDA avatar Aug 07 '19 08:08 MAHESHGONDA

Not implemented yet You can refer to https://github.com/hashicorp/consul-template/blob/master/watch/view.go#L194-L289

poppyred avatar Oct 29 '19 05:10 poppyred

okay Thank you for the reply

MAHESHGONDA avatar Oct 31 '19 04:10 MAHESHGONDA