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
Define the opt-in flag for each Event Hub client types.
Update the client builder to have utility type for this opt-in/opt-out (we can copy it from the SB Client builder).
Wire the ReactorConnectionCache for Event Hubs.
Write the MessageFlux based receiver for the v2 low-level async-receiver.
Write the WindowedSubscriber based receiver for the v2 low-level sync-receiver.
When doing #_4, #_5 make sure the buffering of the events are predictable (can be computed from prefetch and backpressure const).
Reevaluate the operators in the Processor path, remove the duplicate / unnecessary that creates unexpected backpressure to the v2 low level async-receiver.
Re-Write the processor pump implementation to make it like the MessagePump we developed in SB.
Wire the RequestResponseChannelCache and new ReactorSessionCache.
Come up with stress test scenarios – so we can watch for memory, throughput, recoveries.
The content you are editing has changed. Please copy your edits and refresh the page.
Dependent on #33708
Tasks
The text was updated successfully, but these errors were encountered: