Interesting links - February 2026
A monthly roundup of tech links focusing on data engineering, Kafka, AI, and software development, including personal articles and industry news.
A monthly roundup of tech links focusing on data engineering, Kafka, AI, and software development, including personal articles and industry news.
Explores SQL Server 2025's Change Event Streaming (CES), a feature for real-time data change streaming to Azure Event Hubs.
A monthly tech link roundup focusing on Kafka, event streaming, and data engineering, including personal news about company acquisitions.
Argues against the common advice to replace Kafka with Postgres, explaining they are different tools for different problems.
A monthly roundup of interesting links and resources for developers, focusing on Apache Kafka, event streaming, and tech talks.
Explores reimagining Apache Kafka for the cloud, proposing a diskless, partition-free design with key-centric streams and topic hierarchies.
Explores reimagining Apache Kafka as a cloud-native event log, proposing features like partitionless design, key-centric access, and topic hierarchies.
A monthly roundup of tech links covering DuckDB, Kafka, data visualization, and stream processing, with highlights and commentary.
Monthly roundup of news and resources in data streaming, stream processing, and the Apache Kafka ecosystem, curated by industry experts.
Monthly roundup of news and developments in data streaming, stream processing, and the data ecosystem, featuring Apache Flink, Kafka, and open-source tools.
Monthly roundup of articles and resources on data streaming, covering Flink, Kafka, Debezium, and streaming SQL developments.
Explores whether the Debezium change data capture tool can lose database events, discussing its at-least-once semantics and operational pitfalls.
Explores whether Debezium can lose database change events, explaining its at-least-once semantics and operational pitfalls like log retention.
An overview of Apache Kafka, explaining its core concepts as a distributed event streaming platform for real-time data pipelines.
A guide for security professionals to understand Apache Kafka basics and its security features within the Kubernetes ecosystem.
A technical guide on using Kafka tombstone messages with Kafka Connect and ksqlDB to handle logical deletions from a PostgreSQL source to Elasticsearch.
Explains how to use custom JDK Flight Recorder events to monitor REST API performance, including request counts and durations, with Java 14+ streaming.