YJFinBJ opened a new issue #1877: Rocketmq heavily use NetworkInterface to get 
ip which is not recommended use in kubernates
URL: https://github.com/apache/rocketmq/issues/1877
 
 
   rocketmq use NetworkInterface.getNetworkInterfaces() to getIp in many 
places, for example,  in  brokerlive cache, in store msg used as msg tag, etc.  
As Cloud Native standard and kubernates is popular more and more,in which “ip” 
is not recommended use, while dns is the mainstream. So,
   why rocketmq not decouple these "ip"  hard coded by 
NetworkInterface.getNetworkInterfaces(),other than make it configurable(ip or 
dns or any other form),  if possible.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to