apache / apache/rocketmq-operator

Broker does not support initiating registration to a newly created nameserver

Open
#52 2 comments 0 reactions 0 assignees View on GitHub
enhancement
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.