mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/bindings_api.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Roberto Rojas <robertojrojas@gmail.com>
This commit is contained in:
parent
6de1cbccf5
commit
317c2a1b3a
|
@ -39,7 +39,7 @@ If running on kubernetes apply the component to your cluster.
|
|||
|
||||
### Binding direction (optional)
|
||||
|
||||
There are scenarios where it would be useful to provide additional information to Dapr to indicate the direction supported by the Binding Component.
|
||||
In some scenarios, it would be useful to provide additional information to Dapr to indicate the direction supported by the binding component.
|
||||
This should help Dapr avoid situations where the Dapr sidecar stays in the `"wait for the app to become ready"` state waiting indefinetely for the application to become available.
|
||||
|
||||
The `direction` field can be specified as part of the component's metadata. The valid values for this field are: `"input"`, `"output"`, or `"input, output"`
|
||||
|
|
Loading…
Reference in New Issue