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
263baeccf6
commit
60df2c6daf
|
@ -40,7 +40,7 @@ The `InvokeRequest.Metadata` for `bindings.kitex` requires the client to fill in
|
|||
|-------------|:--------:|--------|---------------------------------------------------------------------------------------------------------|--------------------|
|
||||
| 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"` |
|
||||
| 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