# Event sourcing with Kafka: A practical example

DevFeed: [Event sourcing with Kafka: A practical example](<https://devfeed.tech/articles/event-sourcing-with-kafka-a-practical-example-18490.md>)

Original publisher: [Read original article](<https://www.tinybird.co/blog/event-sourcing-with-kafka>)

Author: Joe Karlsson

Published: 2023-09-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tinybird](<https://devfeed.tech/sources/tinybird.md>)

Topics: [Kafka](<https://devfeed.tech/topics/kafka.md>)

Tags: [event-sourcing](<https://devfeed.tech/tags/event-sourcing.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [i-built-this](<https://devfeed.tech/tags/i-built-this.md>), [implement](<https://devfeed.tech/tags/implement.md>), [kafka](<https://devfeed.tech/tags/kafka.md>)

## AI overview

A practical example of implementing event sourcing with Kafka, describing how it creates an immutable history and addressing implementation complexity.

## Source excerpt

Event sourcing with Kafka creates an immutable history of everything. Here's how to implement it without the usual complexity.