diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md b/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md index ee6d73f24..9f00d051b 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/kitex.md @@ -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 | |-------------|:--------:|--------|---------------------------------------------------------------------------------------------------------|--------------------|