wal-listener
wal-listener copied to clipboard
Question: works?
Hi! Take my question as newby in this library :) ... i was playing with postgres and nats ... replication works in the slave postgres, but i can`t see logs of the replication in the library ... what i'm missing?
- Maybe need to grant roles to replication user to "my_table"?
- some extra parameter in https://www.postgresql.org/docs/current/sql-createpublication.html
- Did you consider use https://github.com/jackc/pglogrepl ?
I'm going to continue playing with ... later i'll share my insights.
Very interesting library... a go alternative to java debezium (not binding to kafka connect)