You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/11/11 11:10:06 UTC

[GitHub] [rocketmq] echooymxq opened a new issue, #5512: Skip the unnecessary network interface

echooymxq opened a new issue, #5512:
URL: https://github.com/apache/rocketmq/issues/5512

   ```bash
   $ ifconfig -a
   utun7: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
   	inet 0.0.1.1 --> 0.0.0.0 netmask 0xff000000
   ```
   
   The broker[broker-a, 0.0.1.1:10912] boot success. serializeType=JSON and name server is...
   
   We should skip the virtual network interface with isPointToPoint().


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

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


[GitHub] [rocketmq] fuyou001 closed issue #5512: Skip the unnecessary network interface

Posted by GitBox <gi...@apache.org>.
fuyou001 closed issue #5512: Skip the unnecessary network interface
URL: https://github.com/apache/rocketmq/issues/5512


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

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