You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/12/08 15:41:51 UTC

[GitHub] merlimat commented on issue #3127: Python Pulsar client appears to throw regular `Exception`s instead of `PulsarException`s

merlimat commented on issue #3127: Python Pulsar client appears to throw regular `Exception`s instead of `PulsarException`s
URL: https://github.com/apache/pulsar/issues/3127#issuecomment-445468103
 
 
   @legendtkl ideally the exception should be wrapped in a `PulsarException`, so that application can catch a specific exception instead of a blanket catch. Also, for example when getting a timeout, one should be able to check the type of the exception

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services