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
Domain scoped clients should default to the default provider, which is always usable (no-ops) but doesn't not emit READY events.
This seems to be a regression around our new stateless provider functionality implemented in #299
Background
Reported in Slack: https://cloud-native.slack.com/archives/C06HAN9KP9Q/p1732715248777879?thread_ts=1732656743.817279&cid=C06HAN9KP9Q
From Roman:
It has a breaking change from client usage. Before client := of.NewClient("app") fallbacks to default provider, but now it says that provider not yet initialized.
Domain scoped clients should default to the default provider, which is always usable (no-ops) but doesn't not emit READY events.
This seems to be a regression around our new stateless provider functionality implemented in #299
Background
From Roman:
Originally posted by @beeme1mr in #296 (review)
The text was updated successfully, but these errors were encountered: