python-consul
python-consul copied to clipboard
request : subscribe to KV changes
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 !
Not implemented yet You can refer to https://github.com/hashicorp/consul-template/blob/master/watch/view.go#L194-L289
okay Thank you for the reply