ShadowySpirits opened a new pull request, #5014: URL: https://github.com/apache/rocketmq/pull/5014
**Make sure set the target branch to `develop`** ## What is the purpose of the change close #5013 ## Brief changelog Add a new configuration item "bindIP" to make rocketmq only bind to a specific IP. ## Verifying this change Does this pr affect the original behavior? No. The default value of the new config is 0.0.0.0, which means binding all network interfaces. What are the limitations of the new configuration items? It must be "0.0.0.0" or any IP assigned to a network interface. And if it's not 0.0.0.0, it needs to be the same as brokerIP1 to avoid potential network problems. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
