Oisin Grehan

Results 197 comments of Oisin Grehan

> Imo this is a P0 as it fundamentally breaks the underlying FIFO ordering that one would _expect_ from EventHubs when processing each message individually via Dapr PubSub And also...

Hey @olitomlinson @yaron2 - After a crash course in golang, I don't think the issue is at https://github.com/dapr/components-contrib/blob/main/common/component/azure/eventhubs/eventhubs.go?rgh-link-date=2024-10-16T14%3A11%3A56Z#L293 as this starts a goroutine for the _partition_ which seems perfectly fine....

So removing the `go` prefix should be enough? I should probably rename `handleAsync` to something like `handleEvents` -- it's interesting to me how the method being called asynchronously and named...

> This is exactly what I said in Discord :) I obviously misread or missed that -- but it's good that we agree! :) I will submit the two-line PR...

Hmm, I'm not going to be competent enough in the language to fix this in the window that my project requires. If you could collaborate with me, then I may...

Hello @sameert89 -- this is because of https://github.com/dapr/components-contrib/issues/3556 TL;DR -- you are right. Orphaned partition leases take a few minutes to expire across all 32 partitions because there is not...

> [@oising](https://github.com/oising) thanks for linking it, although I still can't figure out the slow sequential establishment of ownership for partitions. Since it happens even when there are no leases in...