rocketmq-client-go
rocketmq-client-go copied to clipboard
[Feature] Create a topic using clusterName
FEATURE REQUEST
-
Please describe the feature you are requesting. when i want to create topic, i found it only support brokerAddress, but in java, it support clusterName. When a brokerAddress changed, code will not take effect.
-
Provide any additional detail on your proposed use case for this feature. Implemented like Java, convert cluster to IP through functions.
-
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? i think it's important because brokerAddress IP may change.