| commit | c2b33fb99f4523a4ef3d29e708b332a6e6e5d8a4 | [log] [tgz] |
|---|---|---|
| author | Zhanhui Li <lizhanhui@gmail.com> | Thu Jul 28 19:47:21 2022 +0800 |
| committer | GitHub <noreply@github.com> | Thu Jul 28 19:47:21 2022 +0800 |
| tree | 46857a18a2758948dcc8a74aba1cba2f7baeae85 | |
| parent | 47e1467101e3708aa18c7ac09c125b4408c2d164 [diff] |
Allow to specify receiving message await duration (#84)
Polyglot solutions of clients for Apache RocketMQ, and both of them follow the specification of rocketmq-apis, replace the previous protocol based on RemotingCommand by Protocol Buffers and gRPC. Apart from that, APIs from clients of different languages share the same model and semantics.
Provides cloud-native and robust solutions for mainstream programming languages.
| Java | CPP | C# | |
|---|---|---|---|
| Producer | ✅ | ✅ | ✅ |
| Push Consumer | ✅ | ✅ | ❌ |
| Simple Consumer | ✅ | ✅ | ❌ |
| Pull Consumer | ❌ | ❌ | ❌ |
Apache License, Version 2.0 Copyright (C) Apache Software Foundation