Benjamin Petit

Results 80 comments of Benjamin Petit

`AzureTableTransactionalStateStorage` use only the Newtonsoft json serializer. You will have to add json serialization support for your type. Maybe in a next release we could enable the choice of the...

I think they are different issues here. I think the first analysis from @tchelidze make sense, and we may be skipping events when the metadata cache is used. We have...

Any reason you are deploying every time with an empty table?

You are right, it's a limitation in heretogeneous silos. It will need some work to enable this scenario, but I don't know enough the streaming infrastructure to have an estimate...

It seems that we broke symbol publishing in 2.3, normally they should be published automatically

If the config is invalid, it should try to reload it automatically after 5 mins. It's a bit long, but you could inject the `IConfigValidator` in your custom `IProxyConfigProvider` to...

> I'd be fine with this, if your internal validation methods were publically exposed. I want to use the same validation rules YARP itself uses. I can mass copy/paste if...

That sounds like an excellent idea! The streaming filtering right now in 3.x is mostly broken. In main, we have a different but more simple approach. Do you think this...

> I think those interfaces are simple and try to be similar to what everyone already does for the grain call. So if we could have a similar/coherent approach yes,...

Maybe "publisher"? I don't want people to confuse "Producer filter" with the notion of publisher in Orleans. The other possibility would be to find a better name for the current...