Merge pull request #560 from beiwei30/subscribe-after-start

allow further subscription even after client starts, to align with Java SDK's behavior
tree: 69e9a7bf1b08bb2426c7949d4459353e6ddf351c
  1. .github/
  2. admin/
  3. benchmark/
  4. consumer/
  5. docs/
  6. examples/
  7. internal/
  8. primitive/
  9. producer/
  10. rlog/
  11. .gitignore
  12. .golangci.yml
  13. .travis.yml
  14. api.go
  15. config.go
  16. CONTRIBUTING.md
  17. errors.go
  18. go.mod
  19. go.sum
  20. LICENSE
  21. NOTICE
  22. PULL_REQUEST_TEMPLATE.md
  23. README.md
README.md

RocketMQ Client Go

TravisCI License Go Report Card GoDoc CodeCov 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. Click Here or go to ISSUE #423 if you accept.


Features

For 2.0.0 version, it supports:

  • sending message in synchronous mode
  • sending message in asynchronous mode
  • sending message in oneway mode
  • sending orderly messages
  • consuming message using push model
  • message tracing for pub and sub messages
  • ACL for producers and consumers

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