This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
how efficient the message migration of ActiveMQ Operator is? #1065
Unanswered
Turing-Lee666
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Turing-Lee666 the message migration process is the following: when the deployment size is scaled down, the scaledown controller starts a drainer Pod. The drainer Pod connects to one of the other live broker Pods in the cluster and migrates messages to that live broker Pod. The message migration time depends on the number of the messages. The main impact of this process is that during the procedure the migrating messages are not available. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi:
I want to know how efficient the message migration of ActiveMQ Operator is in the scenario of reducing the number of replicas. Can you introduce the implementation mechanism of message migration? And will it have an impact on customer business when scaling down?
Beta Was this translation helpful? Give feedback.
All reactions