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/10 03:33:47 UTC

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #16: Impl consumer logic for go client

wolfstudy opened a new pull request #16: Impl consumer logic for go client
URL: https://github.com/apache/pulsar-client-go/pull/16
 
 
   Signed-off-by: xiaolong.ran <ra...@gmail.com>
   
   Impl consumer logic for go client
   
   Non-partition:
   - [x] receive
   - [x] ack
      - [x] ack
      - [x] ackID
      - [x] ackCumulative
      - [x]  ackCumulativeID
   - [x] Seek
   - [x] Close
   - [x] Unsubscribe
   
   Partition:
   
   - [ ] receive
   - [x] ack
      - [x] ack
      - [x] ackID
      - [x] ackCumulative
      - [x] ackCumulativeID
   - [x] Seek
   - [x] Close
   - [x] Unsubscribe
   
   

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