You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/28 04:29:29 UTC

[GitHub] [pulsar] sijie opened a new pull request #4836: Improve SchemaInfoProvider to fetch schema info asynchronously

sijie opened a new pull request #4836: Improve SchemaInfoProvider to fetch schema info asynchronously
URL: https://github.com/apache/pulsar/pull/4836
 
 
   *Motivation*
   
   Currently fetching schema information is done synchronously.
   It is called in netty callback threads and will potentially block
   async operations.
   
   *Modifications*
   
   Make most of the operations asynchronously in SchemaInfoProvider.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services