You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature and `pgoutput` plugin. While the Postgres operator takes responsibility
563
563
for providing the setup to publish change events, it relies on external tools
564
564
to consume them. At Zalando, we are using a workflow based on
@@ -590,7 +590,7 @@ can have the following properties:
590
590
and `payloadColumn`). The CDC operator is following the [outbox pattern](https://debezium.io/blog/2019/02/19/reliable-microservices-data-exchange-with-the-outbox-pattern/).
591
591
The application is responsible for putting events into a (JSON/B or VARCHAR)
592
592
payload column of the outbox table in the structure of the specified target
593
-
event type. The operator will create a [PUBLICATION](https://www.postgresql.org/docs/14/logical-replication-publication.html)
593
+
event type. The operator will create a [PUBLICATION](https://www.postgresql.org/docs/15/logical-replication-publication.html)
594
594
in Postgres for all tables specified for one `database` and `applicationId`.
595
595
The CDC operator will consume from it shortly after transactions are
596
596
committed to the outbox table. The `idColumn` will be used in telemetry for
0 commit comments