Phil Kedy

Results 34 comments of Phil Kedy

Just as a reference: On my M1 Mac, I benched a very simple call from host to an empty guest function at ~260ns, which is insanely good. Kudos to the...

> we may get to a point where we have language proxies for the entire Dapr API. For communicating with polyglot components via external processes, I envisioned it working as...

> It is a design issue as bindings are more abstract than pubsub, we should better guide users to choose the most suitable one instead of making the two more...

@a-elsheikh After the 1.3.0 release, I will spend some cycles to test this on K8s.

@cshi0 I have a strong suspicion that Sarama is not working because we are setting the version too high and maybe it needs to be configurable. I've used Sarama a...

@cshi0 Thanks for the update! That sounds unfortunate. Were the clients not able to consume messages after upgrading Sarama or when Alibaba updated their Kafka service? I'd like to understand...

Here are a few thoughts from an offline conversation: Yes, Consul would absolutely work, but is another container that the CLI would have to install. An alternative is to add...

`dapr list` and the VS Code plugin both look at the running processes to discover app-id and ports. If we don't really need a distributed option, this makes a ton...

@mukundansundar @yaron2 any concerns with using the `dapr list` approach? It would work in slim mode as well.

On that note, I think this article was interesting and could be something to consider in a potential design of distributed rate limiting. https://www.mailgun.com/blog/it-and-engineering/gubernator-cloud-native-distributed-rate-limiting-microservices/ Thoughts?