We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Currently, Aeron does not provide a way to configure the QoS of the underlying sockets created by the media driver.
This is something users might want to have control to, depending on the workload and the underlying setup (cross-DC communication, ...)
I think this can be implemented and supported:
AERON_IP_TOS
What do you suggest ?
I can work on an implementation on my side and then submit a PR, I just need to know what criteria my PR should meet for you guys to merge it.
The text was updated successfully, but these errors were encountered:
We would be happy to consider a PR it it applies to both Java and C driver and comes with tests.
It should be configurable via system property, driver context, and URI param. We can discuss naming on a PR.
Sorry, something went wrong.
Hi @mjpt777 ,
Is this feature still of interest to the community? Would it make sense to refine @pveentjer 's results and present them in a PR?
I see that development of this feature is on hold but these changes look interesting to me as a developer.
No branches or pull requests
Hi,
Currently, Aeron does not provide a way to configure the QoS of the underlying sockets created by the media driver.
This is something users might want to have control to, depending on the workload and the underlying setup (cross-DC communication, ...)
I think this can be implemented and supported:
AERON_IP_TOS
)What do you suggest ?
I can work on an implementation on my side and then submit a PR, I just need to know what criteria my PR should meet for you guys to merge it.
The text was updated successfully, but these errors were encountered: