-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable EventHub Management Node to use RequestResponseChannelCache #41805
Enable EventHub Management Node to use RequestResponseChannelCache #41805
Conversation
9d72b69
to
857e842
Compare
API change check API changes are not detected in this pull request. |
Is there value in having a 'clearCachedData' API so that apps can flush the cache without restarting? |
Could you include a regression test case? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to add a test-case
This will be covered in the follow up pr (work item), that enables the existing "live tests" for v2 EH (like SB) then this path will get executed/exercised by the processor/management API test cases. (For the caches itself we have extensive "unit tests"). |
This is a follow up for #39107, in this PR weupdate the EventHub Management node to utilize RequestResponseChannelCache when V2 stack is opted-in as shown below –
If necessary, the new caches in v2 can be turned off by configuring 'com.azure.core.amqp.cache' to 'false'