grabbit icon indicating copy to clipboard operation
grabbit copied to clipboard

Evaluate processing outbox by parsing mysql binlog

Open rhinof opened this issue 6 years ago • 1 comments

Evaluate a more robust way of relaying messages from the outbox by using mysql binlog. the approach is described here: https://medium.com/@infinity.jacksparrow/how-to-deal-with-mysql-binlog-using-golang-with-examples-49c36124b105

rhinof avatar Apr 25 '19 08:04 rhinof

We will probably need to provide a better response time for request/reply scenarios originating from the RPC method. this might be a way to do so as I suspect this will provide a quicker relay time than the current method of polling to outbox table for changes.

rhinof avatar May 04 '19 14:05 rhinof