Skip to content

Commit f50d9d9

Browse files
authored
docs: mark Logging as complete, Domains as in-progress in feature table (#236)
Signed-off-by: Tyler Potter <tyler.john.potter@gmail.com>
1 parent 37bdea7 commit f50d9d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ coroutineScope.launch(Dispatchers.Default) {
117117
|| [Hooks](#hooks) | Add functionality to various stages of the flag evaluation life-cycle. |
118118
|| [Tracking](#tracking) | Associate user actions with feature flag evaluations. |
119119
|| [Logging](#logging) | Integrate with popular logging packages. |
120-
| | [Domains](#domains) | Logically bind clients with providers. |
120+
| ⚠️ | [Domains](#domains) | Logically bind clients with providers. |
121121
|| [Eventing](#eventing) | React to state changes in the provider or flag management system. |
122122
|| [Shutdown](#shutdown) | Gracefully clean up a provider during application shutdown. |
123123
|| [Extending](#extending) | Extend OpenFeature with custom providers and hooks. |
@@ -350,8 +350,8 @@ client.getBooleanValue(
350350

351351
### Domains
352352

353-
Domains allow you to logically bind clients with providers.
354-
Support for domains is not yet available in the Kotlin SDK.
353+
[Domains](https://openfeature.dev/docs/reference/concepts/domain) allow you to logically bind clients with providers, enabling multiple provider configurations within the same application.
354+
Support for domains is currently in development.
355355

356356
### Eventing
357357

0 commit comments

Comments
 (0)