Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluate processing outbox by parsing mysql binlog #47

Open
rhinof opened this issue Apr 25, 2019 · 1 comment
Open

Evaluate processing outbox by parsing mysql binlog #47

rhinof opened this issue Apr 25, 2019 · 1 comment
Labels
enhancement New feature or request performance

Comments

@rhinof
Copy link
Contributor

rhinof commented Apr 25, 2019

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 rhinof added the enhancement New feature or request label Apr 25, 2019
@rhinof
Copy link
Contributor Author

rhinof commented May 4, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant