This file contains resources that has been used to learn the different technologies used.
https://dotnet.github.io/orleans/docs/index.html https://dotnet.github.io/orleans/docs/streaming/stream_providers.html https://medium.com/@MaartenSikkema/using-dotnet-core-orleans-redux-and-websockets-to-build-a-scalable-realtime-back-end-cd0b65ec6b4d
https://github.com/OrleansContrib/OrleansTestKit
Issue talking about how to implement a provider dotnet/orleans#2548
Issue talking about the implementation of recoverable persistent stream provider dotnet/orleans#1096
Issue that talks about subscriptions and resuming in transactional grains: dotnet/orleans#6115