fix panic bugs when topic not exist (#63)

8 files changed
tree: cc800b3e0538d12a6f800c176eab9dbe1f5eaecb
  1. .github/
  2. benchmark/
  3. consumer/
  4. docs/
  5. examples/
  6. kernel/
  7. producer/
  8. remote/
  9. rlog/
  10. utils/
  11. .gitignore
  12. .travis.yml
  13. changelog
  14. config.go
  15. CONTRIBUTING.md
  16. go.mod
  17. go.sum
  18. LICENSE
  19. NOTICE
  20. PULL_REQUEST_TEMPLATE.md
  21. README.md
README.md

RocketMQ Client Go

License TravisCI

The RocketMQ Client in pure go, the project is developing, there is no any guarantee in production environment. in next versions, we will do our best to improve reliability, stability, usability and performance. the API may be changed, and more features will be added. there are many works need to continue in this project, like unit test, integration test, stable test, new feature, optimization, documents, etc. so, any contribution is very welcome. if you want do something, please browse issue list and select one, or create a new issue.


Features

in 2.0.0-alpha1, support:

  • sending message in synchronous mode
  • sending message in oneway mode
  • consuming message using push 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