apache / apache/rocketmq-operator
Broker does not support initiating registration to a newly created nameserver
- Dominant language
- Go
- Stars
- 336
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Question
we use rocketmq-operator to deploy in k8s,found that when up-scale name server cluster,broker will restart one by one,
this will put extra pressure on the cluster,and restart may fail.
I check the broker code, it seems the broker get name server address at the begining and don't support refresh name server address list automatic when add name server pod, so operator has to restart all broker,is this right?
FEATURE REQUEST
broker support register to new name server pod,don't need to restart.
eg:
1.broker provide api to refresh name server address
2.rocketmq-operator push the new name server address to broker api when add new nameserver pod.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.