Apache RocketMQ go client

Clone this repo:
  1. 33fe267 fix to#1207 (#1214) by fuyou001 · 2 days ago master
  2. 7d452fc fix trace messge batch more than batchSize (#1201) by wsy6543 · 4 days ago
  3. 238fb46 fix OrderTopicConf (#1187) by wsy6543 · 4 days ago
  4. 67ec50b Update README.md by dinglei · 4 months ago
  5. 9b8bb01 [ISSUE #1194] check trace topic message queues length before queue-select to avoid divided-by-zero panic (#1195) by muyun.cyt · 4 months ago

RocketMQ Client Go

Build Status License Code Scanning Tests CodeCov Go Report Card GoDoc GitHub release Average time to resolve an issue Percentage of issues still open Twitter Follow

A product ready RocketMQ Client in pure go, which supports almost the full features of Apache RocketMQ, such as pub and sub messages, ACL, tracing and so on.


Are you using RocketMQ Go SDK?

Here, we sincerely invite you to take a minute to feedback on your usage scenario.


Features

For 2.X version, it supports:

  • sending message in synchronous mode
  • sending message in asynchronous mode
  • sending message in oneway mode
  • sending message in batch mode
  • sending orderly messages
  • sending delay messages
  • sending transaction messages
  • consuming message using push model
  • consuming message using pull model
  • consuming message using broadcast model
  • message tracing for pub and sub messages
  • ACL for producers and consumers
  • request-reply model

How to use


Apache RocketMQ Community


Contact us


How to Contribute

Contributions are warmly welcome! Be it trivial cleanup, major new feature or other suggestion. Read this how to contribute guide for more details.


License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation