rocketmq-externals icon indicating copy to clipboard operation
rocketmq-externals copied to clipboard

[rocketmq-connect-runtime] client ip chosen from random local NIC ip address

Open imaffe opened this issue 4 years ago • 0 comments

The issue tracker is ONLY used for bug report and feature request.

Any question or RocketMQ proposal please use our mailing lists.

BUG REPORT

  1. currently the consumer/producer client ip is choosen from random NIC ip address, which means if there are more than 1 non-local/loop-back NIC then the IP address could be anything (I once found the broker/consumer ip address the same as the docker0 bridge address)

  2. As our client config synchronization relys on proper client ip address, we need to make client(consumer) ips configurable in connect runtime, or consider using a different mechanism.

imaffe avatar Aug 13 '20 09:08 imaffe