-
Hello i got similar problem , but now between postgres and sql server. For the connection, i use Debezium-powered connection and default config from kafka connect standalone.
connect-standalone con…
-
I saw that the "include-unchanged-toast" was meant to be deprecated, but when starting the replication stream, I'm actually getting a hard error:
```
org.postgresql.util.PSQLException: ERROR: para…
-
1. Create replication slot with wal2json plugin.
2. Start streaming with `add-tables=public.tableA` option.
3. Perform many transactions with many changes to `public.tableB`.
4. wal2json outputs lo…
haizz updated
4 years ago
-
The code below doesn't do what it was intended to do:
https://github.com/eulerto/wal2json/blob/33a272b205403d37ccad566412baf914c3559429/wal2json.c#L1122-L1140
It basically "requires ALL of actio…
-
When Secondary promoted we often need a tool parse wal files to get some sql( insert,update,delete) at WAL location RECPTR in HA Enviroment(Master-Secondary) ,sometimes sync some data of master from m…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
When the event is processed downstream it is important to know what columns forms the primary key. Could you please provide a flag for columns that says that it is a part of primary key?
-
Hi, it was my assumption that with #74 being resolved, unchanged TOAST columns would not be contained in the wal2json messages any longer. But in fact I still see them under "old-keys". Is this expect…
-
-
AWS RDS newbie here.
Trying to follow [this tutorial](https://aws.amazon.com/blogs/database/stream-changes-from-amazon-rds-for-postgresql-using-amazon-kinesis-data-streams-and-aws-lambda/) on strea…