YJFinBJ commented on issue #1877: Rocketmq heavily use NetworkInterface to get ip which is not recommended use in kubernates URL: https://github.com/apache/rocketmq/issues/1877#issuecomment-603592547 since ip is marked as a tag for broker, and in cloud native, in k8s ,broker usually is set by statefulset, which we can use name+namespace as the unique tag, just like xx-xx-0-ns1, yy-yy-0-ns2. so we can configure it in our own broker statefulset, and that's the unique tag in k8s just as the "ip" in vm or node
---------------------------------------------------------------- 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
