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/10/08 06:50:09 UTC

[GitHub] [pulsar] hrsakai opened a new pull request #5336: [Issue 5324][go client] Use Buffered channels to avoid blocking on callback

hrsakai opened a new pull request #5336: [Issue 5324][go client] Use Buffered channels to avoid blocking on callback
URL: https://github.com/apache/pulsar/pull/5336
 
 
   ### Motivation
   * In order to avoid blocking a thread on callback by using buffered channels.
   * the root cause of https://github.com/apache/pulsar/issues/5324 seems to be in cpp client library(Callbacks must be executed on another thread), but here I modified go client library.
   * In another PR, we will consider fixing the cpp client library.
   
   ### Modifications
   * Use buffered channels in methods that call async methods.

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