RobertIndie commented on issue #261:
URL: 
https://github.com/apache/pulsar-dotpulsar/issues/261#issuecomment-2747393302

   > The default setting for ConsumerBusyException is to retry. If you want it 
to fail the consumer, you should provide an exception handler that tells 
DotPulsar to throw/fault on that exception type. What exception type are you 
getting and isn't the exception handler invoked when that happens?
   
   Thank you. I think we should throw this exception instead of retry it in the 
DefaultExceptionHandler. Like in the java client:
   ```
   `org.apache.pulsar.client.api.PulsarClientException$ConsumerBusyException: 
{"errorMsg":"Exclusive consumer is already 
connected","reqId":824209894174542080, "remote":"localhost/127.0.0.1:6650", 
"local":"/127.0.0.1:59610"}
   ```
   
   WDYT?


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