BewareMyPower commented on code in PR #157:
URL: https://github.com/apache/pulsar-client-cpp/pull/157#discussion_r1073564343
##########
include/pulsar/Result.h:
##########
@@ -94,6 +94,7 @@ enum Result
ResultInterrupted, /// Interrupted while waiting to dequeue
ResultDisconnected, /// Client connection has been disconnected
+ ResultNotFound /// The generic was not found
Review Comment:
Could this `Result` be returned with binary protocol? If it's an error that
is only related to the HTTP protocol, I think it would not be a good idea to
expose it as a `Result`.
--
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]