shibd commented on code in PR #122:
URL: https://github.com/apache/pulsar-client-cpp/pull/122#discussion_r1031464829
##########
lib/ClientConnection.cc:
##########
@@ -1709,6 +1710,9 @@ void ClientConnection::checkServerError(ServerError
error) {
// https://github.com/apache/pulsar/pull/274
closeSocket();
break;
+ case proto::ServerError::AuthorizationError:
Review Comment:
Yes, I see. I mean, the java client also needs to be disconnected when
receive AuthenticationError.
--
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]