Skip to content
Blog

News, guides, and engineering deep dives.

Practical guidance on Kafka, Flink, Iceberg, and real-time data.

Guides May 11, 2026·17 min read

Kafka topic partition best practices

Size Kafka topic partitions correctly from day one. Covers the throughput formula, the keyed topic asymmetry, KRaft-era limits, and operational best practices.

Guides May 8, 2026·11 min read

The complete guide to Kafka change data capture

Learn how to implement change data capture with Kafka using Debezium. Includes working PostgreSQL CDC examples, architecture patterns, and monitoring.

Product May 6, 2026·4 min read

Enhanced URP detection in Kpow

Kpow now offers enhanced under-replicated partition detection for accurate Kafka health monitoring. The improved calculation identifies URPs even when brokers are offline, aiding fault tolerance.

Guides May 6, 2026·10 min read

How to monitor Kafka consumer lag: 5 options

Learn what Kafka consumer lag is, why it occurs, and how to monitor it using built-in tools, custom solutions, and Kafka monitoring platforms.

How-to May 6, 2026·4 min read

Integrate Kpow with WarpStream

Integrate Kpow with WarpStream in minutes. Gain unified visibility and control over your BYOC Kafka data plane and Schema Registry through our market-leading engineering console.

Company May 6, 2026·5 min read

Introduction to Factor House Local

Factor House Local offers pre-configured Docker environments for Kafka, Flink, Spark, and Iceberg with Kpow and Flex, plus hands-on labs for building a Kafka client through to a full data lakehouse.

Industry May 6, 2026·9 min read

KIP-1150: diskless topics in Kafka explained

Discover how Kafka's KIP-1150 Diskless Topics aim to bring cloud-native scalability and cost-efficiency by natively utilizing object storage, and what it means for your streaming architecture.

Industry May 6, 2026·10 min read

KIP-932 queues for Kafka explained

Discover how Kafka's KIP-932 Share Groups bring native queue semantics to your event streaming architecture, and the new complexities engineers must manage.

Product May 6, 2026·10 min read

RBAC for Kafka: implementation and considerations

Learn how to implement Kafka RBAC with practical steps, real-world configuration insights from a hands-on lab, and a clear comparison of RBAC vs ACLs at scale