lhotari opened a new pull request, #25017:
URL: https://github.com/apache/pulsar/pull/25017

   ### Motivation
   
   There's currently de-duplication logic for in-progress lookup requests in 
the Pulsar client when the Pulsar binary protocol is used for the `serviceUrl`. 
When using HTTP based lookup, the de-duplication is currently missing. This 
results in significant difference in behavior between the binary lookup and 
http based lookup.
   
   ### Modifications
   
   - Add a decorator class that contains the logic for performing in-progress 
deduplication
   - Remove the deduplication logic from BinaryProtoLookupService
   - Add deduplication logic for schema lookups
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc` <!-- Your PR contains doc changes. -->
   - [ ] `doc-required` <!-- Your PR changes impact docs and you will update 
later -->
   - [x] `doc-not-needed` <!-- Your PR changes do not impact docs -->
   - [ ] `doc-complete` <!-- Docs have been already added -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to