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

Update Netty version to allow retries with TCP on timeout #5114

Open
candicerimba opened this issue Feb 12, 2024 · 2 comments
Open

Update Netty version to allow retries with TCP on timeout #5114

candicerimba opened this issue Feb 12, 2024 · 2 comments

Comments

@candicerimba
Copy link

There was a recent update to Netty that provides an option to retry with TCP upon timeouts. Could we update the Netty version (to v. 4.1.105) and also either expose this option, or set it to true by default (don't see why people may not want this)?

@vietj
Copy link
Member

vietj commented Feb 12, 2024

we already have the latest netty I think, however we have timeout built in vertx TCP client, perhaps we can use the new netty feature instead

@candicerimba
Copy link
Author

That would be great! At the moment, we're having issues with a timeout issue that seems to stem from Netty, rather than Vertx so it'd need to be fixed on that dependency.

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

2 participants