codelipenghui commented on a change in pull request #14210:
URL: https://github.com/apache/pulsar/pull/14210#discussion_r813874517



##########
File path: 
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/PulsarClientException.java
##########
@@ -910,6 +910,20 @@ public TransactionConflictException(String msg) {
         }
     }
 
+    /**
+     * Thrown when transaction meta store handler not exists.
+     */
+    public static class MetaStoreHandlerNotExistsException extends 
PulsarClientException {

Review comment:
       It's a confusing name, the `MetaStoreHandlerNotExistsException` sound 
like the client will connect to the metadata store, but the metadata store does 
not exist.




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