GitHub user drpmma added a comment to the discussion: The proxy local mode?
The local mode represents that the connection between Proxy and Broker is a local procedure call. So escaping the message to the remote broker is recommended. As an alternative plan, the SLAVE broker should also have a proxy. The client will only send messages to MASTER node. If the MASTER node is down, the client will send messages to the new MASTER after the election. GitHub link: https://github.com/apache/rocketmq/discussions/6552#discussioncomment-5567311 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
