Orleans.Streams.RabbitMqStreamProvider icon indicating copy to clipboard operation
Orleans.Streams.RabbitMqStreamProvider copied to clipboard

Orleans persistent stream provider for RabbitMQ

Results 2 Orleans.Streams.RabbitMqStreamProvider issues
Sort by recently updated
recently updated
newest added

Orleans 2.3 introduces some [breaking change](https://github.com/dotnet/orleans/commit/0d577240e5e356fa0adfc9f4630d0171fb3fb5b3#diff-ecabed29b1183effd5efa6c5c675db29) in `SiloPersistentStreamConfigurator` (in this [PR](https://github.com/dotnet/orleans/pull/5261)) so older versions of this provider began throwing errors on start: ``` System.MissingMethodException: Method not found: 'Void Orleans.Streams.SiloPersistentStreamConfigurator..ctor(System.String, Orleans.Hosting.ISiloHostBuilder,...

Updated the projects to use the 3.0.0 interfaces for Orlean, as well as to use ASPNETCORE 3.0 where it can be for things like unit testing