mirror of https://github.com/dapr/docs.git
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:
parent
c3f1ddd480
commit
b664fd63e4
|
@ -15,7 +15,7 @@ Currently, Kitex only supports Thrift generic calls. The implementation integrat
|
|||
|
||||
## Component format
|
||||
|
||||
To setup an Kitex binding create a component of type `bindings.kitex`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||
To setup an Kitex binding, create a component of type `bindings.kitex`. See the [How-to: Use output bindings to interface with external resources]({{< ref "howto-bindings.md#1-create-a-binding" >}}) guide on creating and applying a binding configuration.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
|
Loading…
Reference in New Issue