Skip to content

Commit 3fe82b6

Browse files
wip
1 parent 9957530 commit 3fe82b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/user/03-25-runtime-updates.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
According to [OSB API specification](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#updating-a-service-instance), Kyma Runtime update reqeust could be processed synchronously or asynchronously. The asynchronous process is the default one, and it is triggered when the update request contains changes in parameters.
66
The synchronous processing could happen, when there is no need to run updating operation. This optimization prevents from creating and processing multiple operations.
77

8+
## Configuration
9+
10+
To enable synchronous processing of update requests, set the following configuration in the Kyma Environment Broker:
11+
```yaml
12+
broker:
13+
syncEmptyUpdateResponseEnabled: true
14+
```
15+
816
## Identical updates
917
1018
If an update request does not modify any parameters of the runtime and the last operation has succeeded, Kyma Environment Broker does not need to perform any action and could response synchronously with HTTP 200 status code. For example:

0 commit comments

Comments
 (0)