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

ShyunnY/robustmq-proto

< 8000 div class="react-directory-remove-file-icon">
 
 

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

Languages

  • Rust 63.1%
  • Makefile 36.9%
0