Hello,
I鈥榤 trying to get my head around using DirectClient which is mentioned in the 2.1 release notes. Looking into the sources of 2.2 it seems like it is already obsolete again. Is there any replacement or how is this feature meant to use?
It is registered by default. You can just use the IGrainFactory from everywhere. Thats it.
It's registered by default in Orleans 2.3.0, but not in Orleans 2.2.0: https://github.com/dotnet/orleans/pull/5395
That PR obsoleted the EnableDirectClient method because it's now a no-op.
Most helpful comment
It is registered by default. You can just use the IGrainFactory from everywhere. Thats it.