Benjamin Petit
Benjamin Petit
null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/orleans/pull/7914)
Fix #7793 In PersistentStreamPullingAgent: - Removed the logic to remove from the pubsub cache when no consumers are registered: if a stream is active but has no subscribers, it will...
Fix for #7686 When creating a cursor from the stream cache, when starting from an event already processed, we should immediately call ` MoveNext()` to avoid sending a duplicate event....
null ###### Microsoft Reviewers: [Open in CodeFlow](https://portal.fabricbot.ms/api/codeflow?pullrequest=https://github.com/dotnet/orleans/pull/7800)
When a client connects to an heterogenerous cluster, it might not have the full grain type map. This causes some exception when calling `GetGrain` when the target grain interface cannot...
Since the migration to Keyed-DI, the Streaming options validator was not called. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/orleans/pull/8876)
The EventSource pipe doesn't work when the deployed app targets the full framework. The workaround is to serialize measures in json manually like here: https://github.com/dotnet/aspnetcore/blob/main/src/Components/benchmarkapps/Wasm.Performance/Driver/Program.cs#L118 It would be nice for...
Unfortunately, the current implementation is quite old and reference dependencies with CVE. The existing provider also is not automatically tested; making the updating process dangerous, especially since we don't have...
Update YARP binaries and add docs on OpenTelemetry support.
Hi, Since the yarp project migrated from `microsoft/reverse-proxy` to `dotnet/yarp`, we want to reflect this image change in the container. The new container image name should be `dotnet/yarp`. We only...