rocketmq-rust icon indicating copy to clipboard operation
rocketmq-rust copied to clipboard

[Bug🐛] Some service functions are not implemented

Open huangye123 opened this issue 4 months ago • 1 comments

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!

Image

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 avatar Sep 01 '25 08:09 huangye123

@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.

mxsm avatar Sep 01 '25 09:09 mxsm