mdedetrich commented on PR #11478: URL: https://github.com/apache/kafka/pull/11478#issuecomment-1193974612
> In that case, should we do this validation? inetAddressValidator.isValid(ep.host). It looks like we don't care about if the host is valid or not, all we want to filter out, is the null host case (i.e. PLAINTEXT://:9096), is my understanding correct? So we still need it, not for seeing whether hosts are invalid or not (since we don't care about hosts) but rather to filter out all of the IP addresses. This is answered in more detail at https://github.com/apache/kafka/pull/11478#discussion_r928815976 -- 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]
