A tiny multiplayer game that makes Kafka tangible — every tap becomes an event.
Stream Wars
Related
Stream Wars: A Simple Game to Explain Kafka
·679 words·4 mins
I built Stream Wars as a tiny tap game to demo how Kafka works, by turning every tap in the browser into a real Kafka event you can inspect.
Send Half the Bytes Over the Network: Cut Kafka Integer Payloads with Bijou64
·1465 words·7 mins
Every Kafka record with a Long value you produce sends 8 bytes over the wire, even when the value is 42. Bijou64 encodes integers in 1–3 bytes with drop-in serializers, cutting network transfer and replication traffic on integer-heavy topics by up to 50% or more.
