TopicPartition
Podcast Description
A in-depth engineering podcast about Apache Kafka
Podcast Insights
Content Themes
Covers advanced topics related to Apache Kafka with a special emphasis on architectural innovations like KIP-1150, as well as discussions on data replication, batch coordination, and latency requirements. Episodes delve into specific concepts like diskless topics, caching strategies, and the implications of open-source contributions.

A in-depth engineering podcast about Apache Kafka
Tansu is an open-source (Apache-license), stateless Kafka broker that supports pluggable storage engines (PostgreSQL, SQLite, S3 and in-memory). Similar to WarpStream, it is a modern diskless Kafka implementation which does not explicitly store data on disk but rather outsources the durability and replication to another storage backend. Tansu is the only implementation (that I'm aware of) which supports pluggable storage backends, including SQL databases like Postgres and SQLite. Critically, unlike the other alternatives, it does not depend on a coordinator service. The combination of these two unlock a truly stateless Kafka which allows for some interesting use cases, like:
- instant auto-scalability
- incredibly flexible deployment models (per VPC, AZ, region, etc.)
- embedded Kafka
- dead-easy CI/CD integration
and more.It is also the only truly open source diskless Kafka implementation.
Tansu is made for developers. It is fully Kafka API compatible, but makes certain ergonomic decisions that help it boast better UX than regular Kafka.

Disclaimer
This podcast’s information is provided for general reference and was obtained from publicly accessible sources. The Podcast Collaborative neither produces nor verifies the content, accuracy, or suitability of this podcast. Views and opinions belong solely to the podcast creators and guests.
For a complete disclaimer, please see our Full Disclaimer on the archive page. The Podcast Collaborative bears no responsibility for the podcast’s themes, language, or overall content. Listener discretion is advised. Read our Terms of Use and Privacy Policy for more details.