Skip to content

Architecture

What gets deployed, and the path a row change takes to become an event a consumer can read.

Placeholder

This page is a skeleton.

flowchart LR
    DB[(Source database)] -->|replication log| CON[Debezium connector]
    CON --> K[(Kafka)]
    K --> C[Consumers]
    P[Debezium Platform] -.->|manages| CON
    OP[Debezium Operator] -.->|reconciles| CON

Topics to cover: the role of each component, which are operators and which are workloads, what the platform's own datastore holds, and where the boundary sits between this automation and the platform itself.