Event-based Architecture and Implementations with Kafka and Atom
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore event-based architecture and its implementations using Kafka and Atom in this 46-minute conference talk from GOTO Berlin 2018. Delve into the benefits and challenges of event-driven systems, including decoupling and potential inconsistencies. Learn about Kafka topics, replication, and data persistence in microservices. Discover alternative approaches like Atom and custom formats. Gain insights on effectively splitting systems and designing robust event-based architectures. Perfect for software architects and developers interested in modern distributed systems design.
Syllabus
Intro
Independent Systems Architecture
Events - Communication between Bounded Contexts
Event: Decoupling
Events: Conclusion
THE END IS NEAR
Inconsistencies Either delivery without invoice
Persistence • Responsibility of the microservices
Kafka Topics Topics have a name
Kafka Replication ·N Replicas (configurable)
Data Data is copied into Invoice / delivery database
Kafka Conclusion - Provides access to old events
Alternative Roll your own format
Atom Conclusion Con provides access to old events if they are stored anyway.
Conclusion Most important: Getting the split right!
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube