You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/08/26 05:45:19 UTC

[GitHub] [rocketmq] odbozhou commented on issue #3294: The field clientIP in ClientConfig.class maybe static?

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org