File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -175,13 +175,14 @@ title: Provider context reconciliation
175
175
---
176
176
stateDiagram-v2
177
177
direction TB
178
- READY --> READY:emit(PROVIDER_CONFIGURATION_CHANGED)
179
- READY --> ERROR:emit(PROVIDER_ERROR)
180
- ERROR --> READY:emit(PROVIDER_READY)
178
+ READY --> READY:emit(PROVIDER_CONTEXT_CHANGED)*
181
179
READY --> RECONCILING:emit(PROVIDER_RECONCILING)
182
180
RECONCILING --> READY:emit(PROVIDER_CONTEXT_CHANGED)
181
+ RECONCILING --> ERROR:emit(PROVIDER_ERROR)
183
182
```
184
183
184
+ \* Implementations may allow for providers to reconcile synchronously, in which case no ` PROVIDER_RECONCILING ` event is emitted.
185
+
185
186
#### Condition 5.3.4
186
187
187
188
[ ![ experimental] ( https://img.shields.io/static/v1?label=Status&message=experimental&color=orange )] ( https://github.com/open-feature/spec/tree/main/specification#experimental )
You can’t perform that action at this time.
0 commit comments