felixfaisal opened a new issue, #3075: URL: https://github.com/apache/iggy/issues/3075
### Description This will be a follow-up for the PR #2923 As @hubcio correctly pointed out > QuicClientConfigBuilder::build() and HttpClientConfigBuilder::build() have zero address validation, making them inconsistent with the now-validated tcp/ws builders. http uses a url format so it needs different validation. consider a follow-up to add appropriate validation ### Component Rust SDK ### Proposed solution So we need to perform appropriate address validation for `QuicClientConfigBuilder` and `HttpClientConfigBuilder` similar to `tcp/ws builders`. I would like to be assigned to this, If no issues. ### Alternatives considered _No response_ -- 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]
