fix(strategy): change the deafult mq sort to ASC when do rebalance. (#420)

1 file changed
tree: 4761c68ae4c3c244e81f51e67ea82d1c8657b4b5
  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. config.go
  15. CONTRIBUTING.md
  16. errors.go
  17. go.mod
  18. go.sum
  19. LICENSE
  20. NOTICE
  21. PULL_REQUEST_TEMPLATE.md
  22. README.md
README.md

RocketMQ Client Go

License TravisCI Coverage GitHub release Average time to resolve an issue Percentage of issues still open Twitter Follow

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-rc1, support:

  • sending message in synchronous mode
  • sending message in asynchronous mode
  • sending message in oneway mode
  • sending orderly messages
  • 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