DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
129 stars 13 forks source link

What is the performance like when you use a larger watch key? #76

Open darron opened 8 years ago

darron commented 8 years ago

I deliberately chose the checksum key so that the data that got passed to the handler would be very small.

What happens when you use a larger watch? How does it affect the performance?

Just a thought.