areyouok opened a new pull request #3586: URL: https://github.com/apache/rocketmq/pull/3586
MessageExt.getBornHostNameString() called InetAddress.getHostName(), which may case reverse DNS lookup. MessageExt.getBornHostNameString() is used in broker side, so we use InetSocketAddress.getHostString() instead it. -- 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]
