NiftySoft / k8s-gossipcar

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

Store arbitrary ByteBuf, not just UTF-8 #4

Closed kalexmills closed 6 years ago

kalexmills commented 6 years ago

This will avoid the overhead involved in constructing Strings and be more useful to clients.

VersionedString will become VersionedByteBuf