rocketmq-externals
rocketmq-externals copied to clipboard
[rocketmq-connect-runtime] client ip chosen from random local NIC ip address
The issue tracker is ONLY used for bug report and feature request.
Any question or RocketMQ proposal please use our mailing lists.
BUG REPORT
-
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)
-
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.