Yolean / kafka-cache

Explorations for the log-backed in-memory cache we need in almost every service
6 stars 0 forks source link

How to write and read binary #14

Closed solsson closed 6 years ago

solsson commented 6 years ago

Having a Buffer, wanting a Buffer

atamon commented 6 years ago

Maybe we should take the time to write a custom encoding for encoding-down that addresses the use-case we had when we stumbled upon this: gzip.

atamon commented 6 years ago

We solved our initial need with gzipped buffers a while ago. Closing