# 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
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/apache/rocketmq-clients/golang"
Otherwise, to install the golang
package, run the following command:
go get -u github.com/apache/rocketmq-clients/golang/v5