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/08/15 10:27:13 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #56: [Issue:30] Support seek logic and add test case

wolfstudy opened a new pull request #56: [Issue:30] Support seek logic and add test case
URL: https://github.com/apache/pulsar-client-go/pull/56
 
 
   Signed-off-by: xiaolong.ran <ra...@gmail.com>
   
   
   Fixes #30 
   
   ### Motivation
   
   Support seek logic and add test case.
   
   In go, the unbuffered chan is a blocked channel. For blocked chan, it is required that someone must wait for reception before sending data to chan.
   
   In `partitionConsumer` and `partitionProducer`, the `eventsChan` is blocked when send data to it.
   

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