[Bug🐛] Some service functions are not implemented
Before Creating the Bug Report
-
[x] I found a bug, not just asking a question, which should be created in GitHub Discussions.
-
[x] I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
-
[x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
Windows 11
RocketMQ Rust version
master 0.6.0
Rust Version
1.89.0
Describe the Bug
clean consume queue service run unimplemented!
correct logic offset service run unimplemented!
print_master_and_slave_diff not implemented!
clean commit log service run unimplemented!
Steps to Reproduce
1、Install rocketmq-dashboard-2.1.0 2、Run rocketmq-dashboard-2.1.0
What Did You Expect to See?
No response
What Did You See Instead?
No response
Additional Context
No response
@huangye123 You can implement the methods that you are interested in that are not implemented yet. The reason is that most of the main functions have been implemented, but some of them are not implemented. This will be implemented in the subsequent improvement.