Apache RocketMQ go client

Clone this repo:
  1. dd3dbcc [ISSUE #1178] feat:pull consumer support Assign subscription type by muyun.cyt · 6 days ago master
  2. 8a0459a Add stack info when consuming fail (#1164) by tiger lee · 10 days ago
  3. 3538144 fix:callback function execution start context being canceled (#1175) by EthanLeo · 7 weeks ago
  4. ac4e3d6 fix: withRecover cannot recover panic (#1169) by EthanLeo · 8 weeks ago
  5. 9462ea8 [ISSUE #1136] should also set Credentials for nameserver in admin and pull consumer (#1137) by Vincent Lee · 9 weeks 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.


Due Diligence

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