lhotari commented on code in PR #24154:
URL: https://github.com/apache/pulsar/pull/24154#discussion_r2031441607


##########
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/PulsarClientException.java:
##########
@@ -961,8 +961,8 @@ public TransactionHasOperationFailedException(String msg) {
     public static Throwable wrap(Throwable t, String msg) {
         msg += "\n" + t.getMessage();
         // wrap an exception with new message info
-        if (t instanceof TopicDoesNotExistException) {
-            return new TopicDoesNotExistException(msg);

Review Comment:
   Going back to the removal, I guess that it's not necessary and 
NotFoundException could be handled in addition. Do you agree?



-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to