Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Kafka Applications with Tim Berglund (Repeat)
Description: Originally published September 17, 2019Ever since Apache Kafka was open sourced from LinkedIn, it has been used to solve a wide variety of problems in distributed systems and data engineering.Kafka is a distributed messaging queue that is used by developers to publish messages and subscribe to topics with a certain message type. Kafka allows information to flow throughout a company such that multiple systems can consume the messages from a single sender.Β In previous shows, we have covered design patterns within Kafka, Kafka streams, event sourcing with Kafka, and many other subjects relating t...