Yaron Schneider
Yaron Schneider
I support credentials validation but not like this. Making dummy calls carry hidden costs for managed services and increased load. Imagine scaling pods from 1 to 200 that cause a...
Transferred to correct repository.
> For these lifecycle methods, we need to clearly emit metric and log Not sure about how useful this is in terms of metrics. Logs make sense.
We don't support actor to actor streaming. It'd be great to hear about your scenario and understand the requirement behind this. You could use Dapr to stream gRPC requests between...
Original issue: https://github.com/dapr/dapr/issues/3787.
Thanks for the proposal @johnewart. To be clear, are you proposing that in self-hosted mode it's `daprd`'s responsibility to execute the component process, or the developer's?
Also, @johnewart can you please provide an end to end user experience for this, including the CRD?
> Yes, in standalone mode (as it stands now), `daprd` starts the containers -- though it's possible to avoid that by using a 1-to-1 mapping of `PluggableComponent` to `Component` and...
> Additionally, after conversations about it, I agree that daprd should not be responsible for container management -- instead of having daprd orchestrate containers what if we look at adding...
> Sounds good, I think we can figure out a way to make it easier for developers to bootstrap their local dapr environment without having to create any coupling between...