rocketmq-rust
rocketmq-rust copied to clipboard
[Feature🚀] Implement RemappingStaticTopicSubCommand
Is Your Feature Request Related to a Problem?
Describe the Solution You'd Like
Implement RemappingStaticTopicSubCommand Java for rust
Describe Alternatives You've Considered
No response
Additional Context
No response
Looks like MQAdminUtils.remappingStaticTopic is a fn that should be available and I cant find?
Looks like MQAdminUtils.remappingStaticTopic is a fn that should be available and I cant find?
@Lori-Shu It's not that there's a function; as you can see in the screenshot above, it's about implementing the functionality of this class. I've already set up the Rust code framework. You can refer to the code in the rocketmq-tools crate.