Add etcd v2 watcher logic with Topology update #3
Labels
enhancement
Some enhancement that outside default logic
provider
Issue based on topology providers code
In etcd v2, you can track changes to data using the watch mechanism. This allows clients to receive notifications when a key (or a range of keys) is added, updated, or deleted.
So, we can watch topology changes of tarantool in etcd and change library topology
example of usage:
souce issue: KaymeKaydex/go-vshard-router#29
The text was updated successfully, but these errors were encountered: