Skip to content

Commit

Permalink
[ISSUE #1386]🚀Add MQAdminExt for rocketmq-tools crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Nov 27, 2024
1 parent ddaeaa6 commit c34e43d
Show file tree
Hide file tree
Showing 7 changed files with 1,408 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions rocketmq-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,17 @@ readme = "README.md"
description = "Rust implementation of Apache RocketMQ tools"

[dependencies]
rocketmq-common = { workspace = true }
rocketmq-remoting = { workspace = true }
rocketmq-rust = { workspace = true }


cheetah-string = { workspace = true }
thiserror = { workspace = true }

trait-variant.workspace = true

[features]
default = ["async"]
async = []
sync = []
2 changes: 2 additions & 0 deletions rocketmq-tools/src/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
* limitations under the License.
*/
pub(crate) mod common;
pub(crate) mod mq_admin_ext;
pub(crate) mod mq_admin_ext_async;
Loading

0 comments on commit c34e43d

Please # to comment.