|
1 | | -## RocketMQ Client Go |
| 1 | +## RocketMQ Client Go |
| 2 | +[](https://travis-ci.org/apache/rocketmq-client-go) |
2 | 3 | [](https://www.apache.org/licenses/LICENSE-2.0.html) |
3 | | -[](https://travis-ci.org/apache/rocketmq-client-go) |
4 | | -[](https://codecov.io/gh/apache/rocketmq-client-go/branch/native) |
| 4 | +[](https://goreportcard.com/report/github.com/apache/rocketmq-client-go) |
| 5 | +[](https://godoc.org/github.com/apache/rocketmq-client-go) |
| 6 | +[](https://codecov.io/gh/apache/rocketmq-client-go) |
5 | 7 | [](https://github.com/apache/rocketmq-client-go/releases) |
6 | 8 | [](http://isitmaintained.com/project/apache/rocketmq-client-go "Average time to resolve an issue") |
7 | 9 | [](http://isitmaintained.com/project/apache/rocketmq-client-go "Percentage of issues still open") |
|
10 | 12 | This is the first product ready RocketMQ Client in pure go, it supports almost the full features of Apache RocketMQ, sunch as pub and sub messages, ACL, tracing and so on, there are many works need to continue for this project, like unit test, integration test, stable test, new feature, |
11 | 13 | optimization, documents, etc. and any contribution is very welcome. if you want do something, please browse issue list and select one, or create a new issue. |
12 | 14 |
|
| 15 | +---------- |
| 16 | +## [Due Diligence](https://github.com/apache/rocketmq-client-go/issues/423) |
13 | 17 | [Here](https://github.com/apache/rocketmq-client-go/issues/423), we sincerely invite you to take a minute to feedback on your usage scenario. |
14 | 18 | [Click Here](https://github.com/apache/rocketmq-client-go/issues/423) or go to [ISSUE #423](https://github.com/apache/rocketmq-client-go/issues/423) if you accept. |
15 | 19 |
|
@@ -38,7 +42,7 @@ For 2.0.0 version, it supports: |
38 | 42 | * Mailing Lists: <https://rocketmq.apache.org/about/contact/> |
39 | 43 | * Home: <https://rocketmq.apache.org> |
40 | 44 | * Docs: <https://rocketmq.apache.org/docs/quick-start/> |
41 | | -* Issues: <https://github.com/apache/rocketmq-client-go/v2/issues> |
| 45 | +* Issues: <https://github.com/apache/rocketmq-client-go/issues> |
42 | 46 | * Ask: <https://stackoverflow.com/questions/tagged/rocketmq> |
43 | 47 | * Slack: <https://rocketmq-community.slack.com/> |
44 | 48 |
|
|
0 commit comments