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/16 07:49:42 UTC

[GitHub] [pulsar-client-go] wolfstudy commented on issue #389: Weird behaviour when connection is closed and Consumer.Ack() is called (unhandled connection closed error)

wolfstudy commented on issue #389:
URL: https://github.com/apache/pulsar-client-go/issues/389#issuecomment-727801456


   @milos-matijasevic Sorry for the reply later, i tried to use the code you provided, but unfortunately, it did not reproduce.
   
   ```
     "cursors" : {
       "test-sub" : {
         "markDeletePosition" : "10:30",
         "readPosition" : "10:1000",
         "waitingReadOp" : true,
         "pendingReadOps" : 0,
         "messagesConsumedCounter" : -941,
         "cursorLedger" : 22,
         "cursorLedgerLastEntry" : 1,
   ```
   
   @milos-matijasevic Currently the protocol of acknowledge doesn't support any response. It is fire-and-forget. We will add responses for acknowledgment as part of transaction support.


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