cend-gh
cend-gh
Have to generate config files for a downstream program. The "sender" put data into ETCD, the "receiver" get signalled about this changes via watches. For some KVs its possible to...
not sure if i understand you, The client code can already distinguish if events belong together via the KeyValue.mod_revision. The only thing what is currently missing is to know when...
I did a test and packed a large number of KV changes in one transaction, then i got: `aetcd.exceptions.ClientError: grpc: received message larger than max (6266019 vs. 2097152)` so it...