MattCosturos

Results 29 comments of MattCosturos

Reviewing the code, Line 310 seems to be ignoring any returned errors. https://github.com/dapr/dapr/blob/120247a632262d82e5a02726a7fdb70d46df8fe1/pkg/placement/membership.go#L310 Line 338/339 has no log, so I can't be sure if a) the lock is hanging and...

Hello? Not a single person responded to this issue, and now it's going to get closed as stale?

I have not had time to upgrade to 1.12.3-rc.1 yet. Should I try one of the newer RCs at this point? I see Issue #7193 has been created which has...

In those release notes, it calls out a fix for a placement table issue, that was `Impacts users running Dapr 1.12.0-1.12.2` It also had a different error log pattern than...

I need to re-open this issue. I have updated to Dapr 1.12.5, but the Placement table updates still fail randomly. Logs from yesterday. Again, I see a "Start" at `01T13:33:30-04:00...

I'm looking at the code here, [On line 317](https://github.com/dapr/dapr/blob/5beb6dff2ebc62c7fc1019f4a44468d86f976658/pkg/placement/membership.go#L317) the error returned (from line 370) is silently ignored. This code pattern has remain unchanged for several versions now. I'm doubt...

https://docs.dapr.io/reference/components-reference/supported-pubsub/setup-azure-eventhubs/

Is it possible to get Application Properties (enriched messages) from an Event hub via a Dapr binding now? Currently using a bindings.azure.eventhubs and not a pub-sub, not sure if I...

Sorry, this issue was linked from the PR where I previously asked, (and told to comment on the issue). > In general use the PubSub components instead of binding components...