lhotari opened a new pull request, #15221: URL: https://github.com/apache/pulsar/pull/15221
### Motivation Using the DNS resolution is a blocking operation in Java. In this case it's completely unnecessary to do a reverse lookup for the client's IP address. ### Modifications - Use Netty's utility class to create a InetAddress instance from the IP address string without using DNS resolution. -- 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]
