odbozhou commented on issue #3294: URL: https://github.com/apache/rocketmq/issues/3294#issuecomment-906112326
ClientIp is dynamically acquired at startup. Static variables are generally used to save constants determined during compilation. Static variables are not suitable. Obtaining ip information locally does not go through the network, and generally does not take a long time. You can locate the specific time-consuming time. -- 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]
