shibd commented on code in PR #122:
URL: https://github.com/apache/pulsar-client-cpp/pull/122#discussion_r1031000707


##########
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:
   Can you explain why do this? Because I see that the Java client has not yet 
dealt with it. 



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

Reply via email to