Skip to content
Snippets Groups Projects
Commit 2b5aa3fc authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Konstantin Osipov
Browse files

Use cbus for delivering notifications from WAL to relay

Instead of notifying relay about new WALs with ev_async, establish a
cbus connection between WAL and each relay and send cbus messages after
wal_write. This is more flexible, because unlike ev_async we can pass
extra information along with cbus messages, e.g. LSN or event mask.

Closes #2275
parent 7107228d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment