-
Hi, the [Debezium project](debezium.io) is interested in using this plug-in; would it be possible to cut an official release and/or tag so we have a stable version we can refer to? I'm a bit reluctant…
-
I've seen this happen to both my nodes on gaia-5001 when I restarted them.
I took a snapshot of the machine so we can debug.
```
panic: runtime error: invalid memory address or nil pointer dere…
-
I use wal2json and psycopg2 to got postgresql data change. I have a question on the format of datatime. In psql I have column type `timestamp with timezone`
In psql console:
```psql
postgres=# s…
jiamo updated
6 years ago
-
Hi,
We are testing this plugin and got tons of log warnings ( > 1M lines) all referring to the same table from the output plugin due to a table without a PK. The table in question, isn't one that w…
-
I see one of the use cases is to replicate a single table with known data schema to Kafka topic.
What do you thing about adding `table` parameter to be used as a filter on relation name?
Maybe there…
-
Hi,
I noticed a scenario in which events are resent. This can be found here: https://www.postgresql.org/message-id/CANcxKGKg5eof4Zm1fj-8EhirX9ZT4gnZyNoVEXqp74wruJvg8A%40mail.gmail.com
I suspect …
-
I am having problems with "**pg_recvlogical: could not clear search_path: ERROR: syntax error**" on postgresql 9.6.8. Can anyone tell me how to solve it? Thank you
-
Hi!
Executing tests from README.md I take this case:
```
root@moses-dev.ceqw0lelg9w0.us-east-1.rds.amazonaws.com:moses_dev_db> SELECT data FROM pg_logical_slot_get_changes('test_slot', NULL, NULL…
-
The JSON specification requires that control chars are properly escaped. If the string value contains control chars then it is sent as is without conversion to escape sequence. This causes JSON parser…
-
The extension doesn't compile with lots of various errors.