You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: