apache / rocketmq-client-go

Apache RocketMQ go client
https://rocketmq.apache.org/
Apache License 2.0
1.29k stars 415 forks source link

According to the information in the documentation (https://rocketmq.apache.org/docs/sdk/01overview), does the SDK in this repository support the usage of RocketMQ 5.x server? #1070

Closed twgcode closed 11 months ago

twgcode commented 1 year ago

按照文档: https://rocketmq.apache.org/zh/docs/sdk/01overview 中的意思 本仓库的 sdk 是可以 使用 服务端 rocketmq 5.x 的?

francisoliverlee commented 1 year ago

golang sdk for 5.X is here : https://github.com/apache/rocketmq-clients/tree/master/golang

twgcode commented 1 year ago

5.X 的 golang sdk 在这里:https ://github.com/apache/rocketmq-clients/tree/master/golang

我知道这个仓库 https://github.com/apache/rocketmq-clients/tree/master/golang) 是 用于 5.X 的,但是根据 文档 rocketmq server 5.x 是可以兼容 Remoting 协议的,所以 我可以使用本仓库的 sdk? 我之前不想使用 https://github.com/apache/rocketmq-clients/tree/master/golang 的原因是

cserwen commented 11 months ago

本仓库的 Go SDK 是基于 Remoting 协议实现的,理论上可以访问 5.x 版本(5.x版本支持 Remoting 和 gRPC 协议) @twgcode