feat: remote extra code for internal/utils (#370)

Closes #369
4 files changed
tree: 8969091cf93133365f7124d66076570a6b777bc0
  1. .github/
  2. benchmark/
  3. consumer/
  4. docs/
  5. examples/
  6. internal/
  7. primitive/
  8. producer/
  9. rlog/
  10. .gitignore
  11. .golangci.yml
  12. .travis.yml
  13. api.go
  14. changelog
  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
  24. release-notes.md
README.md

RocketMQ Client Go

License TravisCI Coverage

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