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 <ranxiaolong...@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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to