Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

robustmq/robustmq-proto

Open more actions menu

Repository files navigation

Robust-Proto

The protobuf protocol for RobustMQ grpc server.

  • broker_mqtt
  • journal_server
  • meta_service

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.