zlacker

[parent] [thread] 1 comments
1. runeks+(OP)[view] [source] 2023-09-25 08:19:11
At my previous company, they switched from using NOTIFY/LISTEN for Postgres notifications to a custom solution built on top of logical replication. As I understand it, part of the reason was reliability. I never touched that part of the code, but I believe the idea was to subscribe to logical replication updates and send out notifications based on these.
replies(1): >>cpursl+2c
2. cpursl+2c[view] [source] 2023-09-25 10:24:00
>>runeks+(OP)
This is what we do. Even put together a library for it:

https://github.com/cpursley/walex

[go to top]