NiftySoft / k8s-gossipcar

Kubernetes sidecar providing a lightweight eventually-consistent key-value store.
MIT License
1 stars 0 forks source link

Map merges should be non-blocking along with the rest of Netty (wrap in a future). #7

Closed kalexmills closed 6 years ago

kalexmills commented 6 years ago

After further investigation, these guys clearly need to have their own ExecutorGroup(sic) to run on a separate thread.