rocketmq-client-go icon indicating copy to clipboard operation
rocketmq-client-go copied to clipboard

Apache RocketMQ go client

Results 174 rocketmq-client-go issues
Sort by recently updated
recently updated
newest added

**BUG REPORT** 1. Please describe the issue you observed: - consumer send reply message (eg: "This's my answer") with RPC mode. - producer shoud get response message which body is...

discuss

**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? - What did you expect to see? Don't panic. - What did...

help wanted

## What is the purpose of the change i think we should incr instanceCount once, if we Start a consumer more than one times, instanceCount will increase one times, in...

Update readme file according to the new features in the latest release version.

good first issue
doc

We setup producer with WithQueueSelector, but found some messages with same hashkey was sent to different broker. After insearch of the code, found that the way of sorting queues maybe...

discuss

1. Provides more admin APIs, such as createTopicInCluster, createSubscriptionGroup, etc. Currently, only supports two apis: ``` go type Admin interface { CreateTopic(ctx context.Context, opts ...OptionCreate) error DeleteTopic(ctx context.Context, opts ...OptionDelete)...

enhancement

see https://deps.dev/go/github.com%2Fapache%2Frocketmq-client-go%2Fv2

enhancement
discuss

add some admin tool api 1. FetchAllTopicList 2. GetBrokerClusterInfo 3. FetchPublishMessageQueues

enhancement

## Due Diligence It is well known that we are attaching great importance to the multi-language clients of the RocketMQ. We have released several versions, and continue to optimize them....

help wanted
discuss

## What is the purpose of the change #845 because https://github.com/apache/rocketmq/pull/4432 change route info to standard json such as: `{"brokerDatas":[{"brokerAddrs":{"0":"127.0.0.1:10911"}]}` the old is: `{"brokerDatas":[{"brokerAddrs":{0:"127.0.0.1:10911"}]}` ## Brief changelog XX ## Verifying...

discuss