StreamEventDeliveryFailureException
errorsSeeing StreamEventDeliveryFailureException
in Orleans application. Iām using Orleans streams on Azure EventHubs. The error is thrown by PersistentPullingAgent
, probably after MaxEventDeliveryTime
is reached (1 minute by default).
Not clear if the pulling agent will abandon the message or if it will retry the delivery.
Question on Discord. No response.
Switching to AzureTableGrainDirectory
instead of the default in-memory implementation seems to have fixed the multiple activations issue for now.