-
_I'm moving my comment to a new issue, as requested by @joto_
Since compiling and deploying a custom plugin seemed a bit cumbersome, I've been exploring the option to use `pgoutput`, a fast binary…
-
Is there any reason why LogicalReplicationConnection PgOutputReplicationMessage does not contain the Data property ?
In LogicalReplicationConnection TestDecodingData contains the Data property, and i…
-
Use the following config for a connector (PostgreSQL Debezium):
```
{
"connector.class": "io.debezium.connector.postgresql.PostgresConnector",
"topic.prefix": "p1",
"database.hostname…
-
I read many articles but I don't understand how to get data with snapshot_name
`CREATE_REPLICATION_SLOT my_slot LOGICAL pgoutput(SNAPSHOT 'export') ;`
Should I use consistent_point ( 0/2917…
-
When trying to run the snippet from the README, I am getting the following error:
```
Traceback (most recent call last):
File "/Users/gunnarmorling/Development/pgoutput-cli/test.py", line 11, i…
-
Hi there. Thanks for putting this code out here, it's been super helpful in understanding how the logical replication works. But a couple problems/questions:
1) I found a problem with your exampl…
-
So my questions is:
I wanna use `wal2json` instead of `pgoutput` or `test_decoding` output plugin, how to determine `clientXLogPos ` when application consume message succeess.
In your `pglogrepl_dem…
-
~~We're currently relying on positions in a list to parse the wal2json output in the pgbk change feed; this is fragile, and when it breaks it leads to obscure errors (see #29911). We should make the p…
-
Hi,
I'm implementing a CDC use-case and found your library which is pretty cool (thanks for this 🙂).
Reading #17 + some Debezium posts saying they deprecated wal2json usage for pgoutput; I came …
-
Hi,
Im getting this behavior :
``` python
In [12]: import os
...: import pypgoutput
...:
...: HOST = "172.41.0.2"
...: PORT = 5432
...: DATABASE_NAME = "redsystem_db"
…