Hacker News new | ask | show | jobs
by akbo 2051 days ago
You can stream AVRO records. AVRO is a well defined, binary, space efficient serialization format that can be used to serialize individual records (for streaming) or a whole set of records (for file storage). That should cover all of the authors requirements, right?

More info: https://www.confluent.io/blog/avro-kafka-data/