Yaron Schneider

Results 598 comments of Yaron Schneider

> We just started an internal POC for Dapr on EKS and I'll take a stab at getting a guide together in the next couple of weeks here as we...

Would you be willing to open a PR for this?

LGTM on @artursouza's comment. I'd really like to see a PR for this @anhldbk

Please do not use an Azure specific HTTP library. Instead, pick a known Java standard.

This issue should probably move to the CLI, right?

That's correct. Dapr does support load balancing and running of multiple instances in self-hosted mode, but currently not with the Dapr CLI. You'll have to drop to the `daprd` process...

@halspang we do have this in the runtime: https://docs.dapr.io/reference/api/actors_api/#deactivate-actor. We should add this method to the SDK IMO.

Thanks for reporting. FYI, in general we encourage users to use a native HTTP client for service invocation calls and not use InvokeMethod.