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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]