Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature🚀] Add BrokerOperatorResult and RollbackStats #1376

Closed
mxsm opened this issue Nov 27, 2024 · 0 comments · Fixed by #2125
Closed

[Feature🚀] Add BrokerOperatorResult and RollbackStats #1376

mxsm opened this issue Nov 27, 2024 · 0 comments · Fixed by #2125
Labels
feature🚀 Suggest an idea for this project. good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@mxsm
Copy link
Owner

mxsm commented Nov 27, 2024

Is Your Feature Request Related to a Problem?

image
image

convert RollbackStats and BrokerOperatorResult java class to rust struct

Describe the Solution You'd Like

No response

Describe Alternatives You've Considered

No response

Additional Context

No response

@mxsm mxsm added the feature🚀 Suggest an idea for this project. label Nov 27, 2024
@RocketmqRustBot RocketmqRustBot added this to the v0.4.0 milestone Nov 27, 2024
@mxsm mxsm added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 27, 2024
vishwamartur added a commit to vishwamartur/rocketmq-rust that referenced this issue Dec 2, 2024
Related to mxsm#1376

Add `BrokerOperatorResult` and `RollbackStats` features to the project.

* **rocketmq-broker/src/processor/admin_broker_processor.rs**
  - Add `BrokerOperatorResult` and `RollbackStats` to the imports.
* **rocketmq-tools/src/admin/mq_admin_ext.rs**
  - Implement `BrokerOperatorResult` and `RollbackStats` in the `MQAdminExt` trait.
  - Update method signatures to include `BrokerOperatorResult` and `RollbackStats`.
* **rocketmq-tools/src/admin/mq_admin_ext_async.rs**
  - Implement `BrokerOperatorResult` and `RollbackStats` in the `MQAdminExtLocal` trait.
  - Update method signatures to include `BrokerOperatorResult` and `RollbackStats`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature🚀 Suggest an idea for this project. good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants