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

Make RPC-Client delivery mode configurable. #104

Open
ghost opened this issue Aug 2, 2022 · 2 comments
Open

Make RPC-Client delivery mode configurable. #104

ghost opened this issue Aug 2, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 2, 2022

'delivery_mode' => 2,

The delivery mode for RPC-Client messages is hardcoded set to 2.
If there are no technical reasons, it would be advantageous to make this configurable.

Our use case is to send up to a few 1000 msg/sec. A RPC call should be handled immediately, so a message never remains more then a few millisec in the queue. To persist it, is a massive overhead for such a short lifetime and if the server restarts there is no use for old entries in the rpc queue because the tmp queue for delivering the result is also not persistant.

@prolic
Copy link
Owner

prolic commented Aug 5, 2022

Feel free to submit a pull request

@prolic
Copy link
Owner

prolic commented Oct 11, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant