apache / apache/rocketmq-client-go
[Feature] Create a topic using clusterName
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 445
- PR merge metrics
- No merged PRs in 30d
Description
**FEATURE REQUEST**
1. 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.
2. Provide any additional detail on your proposed use case for this feature.
Implemented like Java, convert cluster to IP through functions.
3. 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.
Contributor guide
Assessment
This issue has not been assessed yet.