-
Bug
-
Resolution: Done
-
Blocker
-
AMQ 7.11.0.OPR.1.GA
Deploy basic broker with size 2:
apiVersion: broker.amq.io/v1beta1
kind: ActiveMQArtemis
metadata:
name: ex-aao
spec:
deploymentPlan:
size: 2
image: placeholder
persistenceEnabled: true
messageMigration: true
Sent 100 messages to both the brokers
Then applied the new yaml file with deployment size as 1
It shut down the second pod with but pod1 stayed with only 100 messages.
- relates to
-
ENTMQBR-6539 Scaledown plus draining messages from one broker to another remaining broker
- New