Phil Kedy

Results 34 comments of Phil Kedy

Given the nature of how most pubsub brokers work, a single topic subscription can be shared by several clients (e.g. Kafka topic partitions balanced across consumers). This means some component...

@lloydfischer Correct, that is something to be very mindful of. To add on, speaking strictly in the case of Kafka, the key of the message usually determines which partition it...

To clarify, by "some component" I mean some piece of code running in `daprd` that is responsible for actor service invocation and optionally ensuring in-order processing (but I think in-order...

I'm not apposed to breaking out protos as a module (other projects name this the `api` repo), but I wanted to point out that the Go SDK only pulls in...

> Whew, with that out of the way. Is the above bi-directional flow supported? If not, should it be supported and the implementation for wasmer and wasmtime changed to allow...

@DougAnderson444 Thanks for creating this issue! We'll track it down. Very well could be something not being in sync with some of the technology refreshes.

Great suggestion, @atifsyedali. Thank you!

I think what @fbridger is looking for is multiple event handlers to be invoked for a given message/event. For better or worse, that is not how the new PubSub routing...