Event buses, schema discovery, archives and replay, Pipes for point-to-point integration, Scheduler for replacing cron jobs, cross-account routing, and real-world patterns including the saga.
Event-Driven
-
AWS EventBridge in Depth -
Change Data Capture with Debezium: Streaming Database Changes in Real Time A comprehensive guide to Change Data Capture with Debezium—covering how CDC works at the database level, setting up connectors for PostgreSQL and MySQL, routing events through Kafka, handling schema evolution, transforming records with SMTs, and building production-grade CDC pipelines.
-
Event-Driven Architecture Explained Event-driven architecture trades the simplicity of a function call for loose coupling and scale, and the bill comes due in the hard parts: delivery semantics, ordering, the dual-write problem, schema evolution, and debugging a flow with no stack trace. A practical guide to what an event actually is, the patterns that work, and when not to reach for any of it.