Benjamin Petit

Results 80 comments of Benjamin Petit

Can you try to set `GrainCollectionOptions.CollectionAge` to something like 2 hours and retry?

Can you run again with logging set to `Debug` for everything inside `Orleans.Streams` namespace?

With the last config you provided, it's expected to have cache miss exceptions: the cache was designed for high trouput scenarios, where event N and N+1 are in the cache....

> An alternative is to extract the parameters out into an "options" object like this: [...] I like that. We can still provide the "old" api for a while so...

I think it's a good start, but it should also be possible to configure `MessageVisibilityTimeout`. For tests, I think it would be better to have simple unit tests that just...

Can you share the config or even a small repro?

It seems that it's the behavior expected by `TemplateBinder`, if we look at tests when the route looks like `"Test/{val1}"` and `val1` is empty, then the expected result is `Test`...

Sorry for the delay. I don't think this is a YARP specific issue: The rewrite middleware seems to force a call to the routing middleware immediately if the path changed....

Hello, Just to be sure to understand, it's IIS that doesn't like having an IP address in the header? The option seems to be very specific to your use case,...