Categorygithub.com/zhiyin2021/rocketmq-clients/golang/v5
package
5.1.0-rc.1.3
Repository: https://github.com/zhiyin2021/rocketmq-clients.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

The Golang Implementation of Apache RocketMQ Client

Codecov-golang

Here is the golang implementation of the client for Apache RocketMQ.

Architecture

We build the following protocols described in rocketmq-apis on top of gRPC-go, utilizing Protocol buffers to serialize and deserialize data in transmission.

Quick Start

Installation

With Go modules(Go 1.11+), simply add the following import to your code, and then go [build|run|test] will automatically fetch the necessary dependencies.

import "github.com/zhiyin2021/rocketmq-clients/golang"

Otherwise, to install the golang package, run the following command:

go get -u github.com/zhiyin2021/rocketmq-clients/golang/v5