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
1aee05c8dc
commit
f04440436e
|
@ -38,7 +38,7 @@ The `InvokeRequest.Metadata` for `bindings.kitex` requires the client to fill in
|
|||
|
||||
| Field | Required | Binding support | Details | Example |
|
||||
|-------------|:--------:|--------|---------------------------------------------------------------------------------------------------------|--------------------|
|
||||
| hostPorts | Y | Output | IP address and port information of the kitex server (thrift) | `"127.0.0.1:8888"` |
|
||||
| hostPorts | Y | Output | IP address and port information of the Kitex server (Thrift) | `"127.0.0.1:8888"` |
|
||||
| destService | Y | Output | Service name of the kitex server (thrift) | `"echo"` |
|
||||
| methodName | Y | Output | Method name under a specific service name of the kitex server (thrift) | `"echo"` |
|
||||
| version | Y | Output | kitex version | `"0.5.0"` |
|
||||
|
|
Loading…
Reference in New Issue