"You Don't Need Kafka, Just Use Postgres" Considered Harmful
Argues against the common advice to replace Kafka with Postgres, explaining they are different tools for different problems.
Argues against the common advice to replace Kafka with Postgres, explaining they are different tools for different problems.
Explores reimagining Apache Kafka for the cloud, proposing a diskless, partition-free design with key-centric streams and topic hierarchies.
Explores whether Debezium can lose database change events, explaining its at-least-once semantics and operational pitfalls like log retention.
Explains how to use custom JDK Flight Recorder events to monitor REST API performance, including request counts and durations, with Java 14+ streaming.