10000 GitHub - robustmq/robustmq-proto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

robustmq/robustmq-proto

Repository files navigation

Robust-Proto

The protobuf protocol for RobustMQ grpc server.

  • broker_mqtt
  • journal_server
  • placement_center

Install

cargo add robustmq-proto-build --git=https://github.com/robustmq/robustmq-proto.git --build

Import proto file directly

If you want to generate your own protobuf protocol, you can add this repo as submodule in your project.

git submodule add https://github.com/robustmq/robustmq-proto.git ./robustmq-proto

Usage

Rust

Install crate from git as first. And add the following code into your build.rs

fn main() -> Result<(), Box<dyn std::error::Error>> {
    robustmq_proto_build::setup()?;
    Ok(())
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

0