Noah Adams
Noah Adams
Worth noting, this enhancement parallels the SQS FIFO support nicely, in particular `max_messages_in_flight` (rather than `prefetch` as described in https://github.com/roadrunner-server/roadrunner/issues/1380), but would ideally be at the partition, not topic or...
> Second problem here is let's say... PHP nature. We have to use a pool with PHP workers. And we cannot guarantee that worker2 returns the response after worker1. We...
> I'm still not sure why you named it not stable. PQ algorithm implemented based on the binary heaps paper. It does what it is supposed to do: sort the...
> Yeah, sure, would be great if you'd be able to send me a PR, so we can discuss your actual idea in code 👍🏻 Here's the (draft) for kafka...