Open anuchandy opened 1 year ago
The types ReactorConnectionCache and RequestResponseChannelCache are implemented in the PR https://github.com/Azure/azure-sdk-for-java/pull/34854. Also integreated ReactorConnectionCache with SB and RequestResponseChannelCache integration with SB is in progress.
EH integration is in the backlog (First we've to ship SB, then only integration with EH start)
This is an uber work item with two phases to remove legacy in-house-built AmqpChannelProcessor in favor of cache invalidation operator. The migration will save the dev team from owning complex code with multi-threads and locks. Additionally, the resulting recovery flow and associated coordinations produce better logs.