Pierre Cavaroc
                                            Pierre Cavaroc
                                        
                                    Hello @jeremytbrun, This feature is already planned [here](https://github.com/Invvard/EZLayoutDisplay/projects/1#card-17540464). Unfortunately, I am currently swamp with non dev related business and I have little to no free time to work on it....
Hi James First, I'd like to apologize about this late answer. I spent few weeks away for the holydays and I forgot to answer your request. Thank you for your...
Yes, here it is (it's pretty standard with ConnectionStrings and default consumer groups) : ``` siloBuilder.AddEventHubStreams(StreamNames.MySystemProvider, b => { b.ConfigureEventHub(ob => ob.Configure(options => ctx.Configuration.GetSection("Streams:MySystem:EventHub").Bind(options))); b.UseAzureTableCheckpointer(ob => ob.Configure(options => ctx.Configuration.GetSection("Streams:MySystem:AzureTableCheckpointer").Bind(options))); b.UseDataAdapter((sp,...
Yes, after analyzing Orleans code, that's also the only explanation we could think about. We didn't see a way for this exception to raise once, even less so 5140 times......
Where could I find these ? What is the loglevel ?
Hi Benjamin, To lower our costs, we filter out a lot of log so I did not get any instance of "PersistentStreamPullingManager" in our logs. That said, here is an...
The `OutOfMemoryException` is not always occurring right before the "Block is full" one, but there might be a correlation here. From the logs I got, we had two instances on...
I think the defensive approach, if not too costly, could be a good improvement for this particular case. Not the hight priority though but if you get the chance, that...