You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable delivery buffer draining upon arrival on Qpid thread.
Expose Flux of Message instead of Flux of Delivery.
As a consequence of the drain on delivery, the decodeDelivery in ReactorReceiver and ServiceBusReactorReceiver will be removed.
Benefits: Reduce thread hopping in Event Hubs and Service Bus and fixes an edge case of SB receiver hanging.
Impl time notes: We may need a new internal ReceiveLinkHandler2 to co-exist with the current ReceiveLinkHandler for the short term while removing legacy ReceiveLinkHandler dependency over multiple iterations.
The text was updated successfully, but these errors were encountered:
Rework ReceiveLinkHandler to
decodeDelivery in ReactorReceiver and ServiceBusReactorReceiver will be removed.
Benefits: Reduce thread hopping in Event Hubs and Service Bus and fixes an edge case of SB receiver hanging.
Impl time notes: We may need a new internal ReceiveLinkHandler2 to co-exist with the current ReceiveLinkHandler for the short term while removing legacy ReceiveLinkHandler dependency over multiple iterations.
The text was updated successfully, but these errors were encountered: