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
b664fd63e4
commit
1aee05c8dc
|
@ -30,7 +30,11 @@ spec:
|
|||
|
||||
## Spec metadata fields
|
||||
|
||||
The `InvokeRequest.Metadata` for `bindings.kitex` requires the client to fill in four required items: hostPorts, destService, methodName and version when making a call.
|
||||
The `InvokeRequest.Metadata` for `bindings.kitex` requires the client to fill in four required items when making a call:
|
||||
- `hostPorts`
|
||||
- `destService`
|
||||
- `methodName`
|
||||
- `version`
|
||||
|
||||
| Field | Required | Binding support | Details | Example |
|
||||
|-------------|:--------:|--------|---------------------------------------------------------------------------------------------------------|--------------------|
|
||||
|
|
Loading…
Reference in New Issue