jrhenderson1988 commented on PR #3026: URL: https://github.com/apache/iggy/pull/3026#issuecomment-4138309983
@mmodzelewski I've just pushed an update where we check for Netty's `ConnectTimeoutException` when there's a failure to acquire a channel in the `connect` method and wrap it in `IggyConnectionException`. Hopefully that will do the job. I will say that I'm not super familiar with with Netty at this level so I could have gotten it wrong. Also unsure if/how that code path could be unit tested. The existing code within that `else` block is not being hit either. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
