Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update doc url of RIP-37 #666

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The gRPC SDK has the following advantages over the earlier Remoting protocol SDK
- Immutable interface design to avoid business exceptions caused by parameter and information leakage.
- Better support for multiple languages, as the gRPC protocol has the advantage of supporting multiple languages and enables lower cost evolution to achieve consistent behavior in multiple language SDKs.

Want the detailed design thinking and evolutionary direction, refer to [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX) and [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo).
Want the detailed design thinking and evolutionary direction, refer to [RIP-37: New and Unified APIs](https://docs.qq.com/doc/DUkNwdkdQUU15V1Fr) and [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo).

### SDK Info

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/13-sdk/01overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gRPC SDK 相比早期Remoting 协议 SDK 具备如下优势:
- 接口确定性设计更完善,参数、异常类型明确。
- 接口不可变性设计,避免透传、漏传参数和信息导致的业务异常。
- 多语言支持更完善,由于gRPC协议的多语言优势,可以更低成本演进出行为一致的多语言sdk。
详细的设计思考和演进方向,参考[RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX) 和 [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo)。
详细的设计思考和演进方向,参考[RIP-37: New and Unified APIs](https://docs.qq.com/doc/DUkNwdkdQUU15V1Fr) 和 [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo)。

目前支持的开发语言和代码仓库详情可直接参考[rocketmq-clients](https://github.com/apache/rocketmq-clients#features-and-status) SDK 仓库信息。

Expand Down
Loading