In controller mode, the transaction topic created will be lost after a master-slave switch of the Broker #9586
Unanswered
dingsongjie
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Version : 5.3.3
In controller mode, a transaction topic will be lost after a master-slave switch of the Broker. Through testing, I found that a topic created using mqadmin is only stored in the topics.json file on the master node and is not synchronized to the slave node. After a master-slave switch, the former slave becomes the new master, but the previously created topic is missing. I'm wondering if there's a misconfiguration on my side?
Beta Was this translation helpful? Give feedback.
All reactions