shibd commented on code in PR #285:
URL: https://github.com/apache/pulsar-client-cpp/pull/285#discussion_r1236226716
##########
lib/ClientImpl.cc:
##########
@@ -506,7 +506,14 @@ void ClientImpl::handleConsumerCreated(Result result,
ConsumerImplBaseWeakPtr co
}
callback(result, Consumer(consumer));
} else {
- callback(result, {});
+ // In order to be compatible with the current broker error code
confusion.
Review Comment:
Sorry, Here are the other commits.
--
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]