Oisin Grehan
Oisin Grehan
It looks like there's special handling for the emulator in the Azure SDK for Go that was added last year. I'm going to assume that DAPR is using an SDK...
I'm not sure I understand the reason to allow more than one type of client to validate event hub health. Is this just to be able to reuse the underlying...
> > Is this just to be able to reuse the underlying aspire client instance rather than have to spin up a sister client 75% of the time? > >...
I wonder if it would just make more sense to call the event hubs REST api instead of trying to expand this to all client types. Again, it falls down...
Can confirm this is still happening in Aspire 8.2.1 (seen on amd64 & arm64) /cc @karolz-ms We cannot repro consistently. It just eventually happens after a sufficient amount of stop/start...
This is not of immediate use but is more for completeness since dapr dotnet actors currently forbid generic methods due to old service fabric limitiations (soap + datacontract serializer) but...
> PRs welcome! I know. I send some quite large ones your way :) I only have so much time!
> Is the idea that services shouldn't necessarily need to expose http endpoints just to be managed by aspire & dapr? Apps that only use output bindings or only publish...