Describes the way to stream changes (CDC) from Postgres to NATS using DataBrew Cloud and Open Source Blink
logical
you should change it to logical
:
WAL_LEVEL
param represents the way your database will work with WAL.
We want to have it set to logical
as it makes the database write changes to a WAL file in a way that we can read it later.
Create new Postgres-CDC Connector
Postgres-CDC Connector settings
Create NATS Connector destination
NATS Connector settings
Select Postgres as pipeline source
Select NATS as pipeline destination
Save new pipeline