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 2022/05/24 03:50:48 UTC

[GitHub] [pulsar] BewareMyPower commented on a diff in pull request #15726: [C++] Unblock all threads when Pulsar client is closed

BewareMyPower commented on code in PR #15726:
URL: https://github.com/apache/pulsar/pull/15726#discussion_r880033398


##########
pulsar-client-cpp/include/pulsar/Result.h:
##########
@@ -88,6 +88,8 @@ enum Result
     ResultProducerFenced,                            /// Producer was fenced by broker
 
     ResultMemoryBufferIsFull,  /// Client-wide memory limit has been reached
+
+    ResultInterrupted,  // Interrupted while waiting to dequeue

Review Comment:
   This error code should also be added to `c/result.h`.



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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org