Update daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: halst <liusongstep@gmail.com>
This commit is contained in:
halst 2023-05-17 13:05:53 +08:00 committed by GitHub
parent 95875af81d
commit 04d2cbaa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ aliases:
## Overview ## Overview
The binding for kitex mainly utilizes the generic-call feature in kitex. More information can be found in [kitex generic-call](https://www.cloudwego.io/docs/kitex/tutorials/advanced-feature/generic-call/). The binding for Kitex mainly utilizes the generic-call feature in Kitex. Learn more from the official documentation around [Kitex generic-call](https://www.cloudwego.io/docs/kitex/tutorials/advanced-feature/generic-call/).
Currently, kitex only supports Thrift generic calls, and the implementation integrated into [components-contrib](https://github.com/dapr/components-contrib/tree/master/bindings/kitex) adopts binary generic calls. Currently, kitex only supports Thrift generic calls, and the implementation integrated into [components-contrib](https://github.com/dapr/components-contrib/tree/master/bindings/kitex) adopts binary generic calls.