Tag: #avro
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Binary Serialization Complete Guide 2025: Protobuf, Thrift, Avro, MessagePack, FlatBuffers, Cap'n Proto — Choosing Between Performance and Flexibility
Binary formats that are 10x faster and 5x smaller than JSON. From Protocol Buffers varint through FlatBuffers zero-copy to Avro schema evolution — a complete 720-line analysis of the internal structure and real-world sel
2026-04-15 · 29 min read #serialization#protobuf#thrift#avro#messagepackEvent Streaming Deep Dive Guide 2025: Kafka Internals, Flink, Exactly-Once, Schema Evolution
Event Streaming Deep Dive! Kafka Internals (Partitions/Segments/ISR/Controller), Consumer Groups (Rebalancing/Offset Management), Exactly-Once (Transactions/Idempotency), Schema Registry (Avro/Protobuf Evolution), Apache
2026-04-14 · 21 min read #event-streaming#kafka#flink#exactly-once#schema-registry