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 2020/11/10 07:06:48 UTC

[GitHub] [pulsar] jerrypeng opened a new pull request #8498: Optimize batch source discovery and task ack

jerrypeng opened a new pull request #8498:
URL: https://github.com/apache/pulsar/pull/8498


   
   ### Motivation
   
   Currently, the discovery phase has to finish before tasks can start to process.  The discovery does not need to finish before tasks can start to be processed.  
   
   Task message are also acknowledge synchronously which is not necessary 
   
   ### Modifications
   
   Make discovery phase run asynchronously. 
   
   Change to async ack for task message  
   
   


----------------------------------------------------------------
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



[GitHub] [pulsar] jerrypeng merged pull request #8498: Optimize batch source discovery and task ack

Posted by GitBox <gi...@apache.org>.
jerrypeng merged pull request #8498:
URL: https://github.com/apache/pulsar/pull/8498


   


----------------------------------------------------------------
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