You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A domain is an identifier that logically binds clients with providers, allowing multiple providers to be used simultaneously within a single application.
Please note that I think in the case of this SDK, there's not much work. It's mostly renaming client name, and name to domain. We basically already have this concept with named clients.
Please note that I think in the case of this SDK, there's not much work. It's mostly renaming client name, and name to domain. We basically already have this concept with named clients.
Yea I was going to do the renames over the weekend. Didnt get the time. If you want to knock it out go a head otherwise I'll try and make some time next weekend.
Uses "domain" terminology instead of "client name / named client".
Fixes: open-feature#249
I believe with this, we are able to release a 2.0
---------
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: André Silva <[email protected]>
Signed-off-by: Artyom Tonoyan <[email protected]>
arttonoyan
pushed a commit
to arttonoyan/dotnet-sdk
that referenced
this issue
Nov 17, 2024
Uses "domain" terminology instead of "client name / named client".
Fixes: open-feature#249
I believe with this, we are able to release a 2.0
---------
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: André Silva <[email protected]>
Signed-off-by: Artyom Tonoyan <[email protected]>
Overview
A
domain
is an identifier that logically binds clients with providers, allowing multiple providers to be used simultaneously within a single application.Domains were added to the spec in the following PR: open-feature/spec#229
Tasks
Tasks
Reference implementations
Support was added in the JS SDK here and the Python SDK here.
Note
Some SDKs support
named clients
which predatedomains
. Thedomain
term is intended to clarify intended behavior.The text was updated successfully, but these errors were encountered: