change ConsumeGoroutineNums max value allowed (#1049)

ConsumeGoroutineNums should allow large values to be set, detail see https://github.com/apache/rocketmq-client-go/pull/883#issuecomment-1527143686
1 file changed
tree: f578ddb3feeceb1180689f020eeca2aa4e0a9e88
  1. .github/
  2. admin/
  3. benchmark/
  4. consumer/
  5. docs/
  6. errors/
  7. examples/
  8. hooks/
  9. internal/
  10. primitive/
  11. producer/
  12. rlog/
  13. .asf.yaml
  14. .gitignore
  15. .golangci.yml
  16. .travis.yml
  17. api.go
  18. config.go
  19. CONTRIBUTING.md
  20. go.mod
  21. go.sum
  22. LICENSE
  23. NOTICE
  24. PULL_REQUEST_TEMPLATE.md
  25. README.md
README.md

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