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

Allow for scaling out outbox relay to multiple go routines #44

Open
rhinof opened this issue Apr 25, 2019 · 0 comments
Open

Allow for scaling out outbox relay to multiple go routines #44

rhinof opened this issue Apr 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@rhinof
Copy link
Contributor

rhinof commented Apr 25, 2019

Currently, the outbox relais pending messages to the rabbitmq broker via 1 goroutine.
In order to provide for improved send throughput we should add the ability to configure and scale out the number of goroutines that are relaying messages out of the outbox.

@rhinof rhinof added the enhancement New feature or request label Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant