Fueling innovative software
July 15-18, 2019
Portland, OR

Dissolving the problem: Kafka is more ACID than your database

Tim Berglund (Confluent)
1:45pm2:25pm Wednesday, July 17, 2019
The Next Architecture
Location: D135/136
Secondary topics:  Cloud Native
Average rating: ****.
(4.55, 11 ratings)

Who is this presentation for?

  • Software developers and architects

Level

Intermediate

Description

It’s become at truism in the past decade that building systems at scale, using nonrelational databases, requires giving up on the transactional guarantees afforded by the relational databases of yore; ACID transactional semantics are fine, but we all know you can’t have them all in a distributed system.

Tim Berglund explains that by designing your systems around a distributed log like Kafka, you can, in fact, achieve ACID semantics at scale. You can ensure that distributed write operations can be applied atomically, consistently, in isolation between services, and, of course, with durability. What seems to be a counterintuitive conclusion ends up being straightforward and achievable using existing technologies. An elusive set of properties becomes relatively easy to achieve with the right architectural paradigm underlying the application.

Prerequisite knowledge

  • General knowledge of microservices, databases, and ACID transactional semantics

What you'll learn

  • See that supposedly impossible conditions to satisfy at scale become surprisingly easy given an underlying commit log of immutable events
Photo of Tim Berglund

Tim Berglund

Confluent

Tim Berglund is the senior director of developer experience with Confluent, where he serves as a teacher, author, and technology leader. Tim can frequently be found speaking at conferences internationally and in the United States. He’s the copresenter of various O’Reilly training videos on topics ranging from Git to distributed systems and is the author of Gradle Beyond the Basics. He tweets as @tlberglund, blogs very occasionally at Timberglund.com, and is the cohost of the DevRel Radio podcast. He lives in Littleton, Colorado, with the wife of his youth and their youngest child, the other two having mostly grown up.