consul-go
consul-go copied to clipboard
Add caching to the store
Going to consul for every read operations is quite wasteful, especially if we are doing a lot of it. Adding a caching layer in the style of what implemented here would be ideal (using blocking queries to update the cache asynchronously).