Josh Studt
Josh Studt
Right, when I said hosts I guess I meant multiple `IHost`s. Is there a functional reason why this is an unsupported configuration? Does Orleans recommend against consuming multiple clusters? Since...
@ReubenBond That makes sense. It does seem heavier just because as the consumer we're doing more work than we were before but I can see how that is simpler on...
Would love an update here. `IConsumeScopeProvider` doesn't work because it doesn't receive any info from the message, and `IProduceConsumeInterceptor` doesn't work because we need to close the span when consumption...
Is our only recourse to wait for v8 with #1628 ?
Agreed I am also seeing this behavior and am needing a way to pass in an input _for the current run only._
That makes sense historically. I'd say it doesn't need to be a behavioral change of `-c`, it could be a new argument. Just need some way to pass in runtime...
I was going to suggest the same thing, or like `--config-inline`