|
|
|
|
|
by enadzan
303 days ago
|
|
Yes, but (as far as I understand) LISTEN/NOTIFY would require adding triggers to the tables I need to track. Also, if the PgHook container is down, NOTIFY events would be lost — for UI updates that’s not critical, but it’s a limitation. I’ve been experimenting with logical replication [1] for a while, and it felt like a simpler fit here. [1] https://github.com/PgOutput2Json/PgOutput2Json |
|