nats-io / nats.java

Java client for NATS
Apache License 2.0
563 stars 153 forks source link

Remove rethrowable runtime exception during connection #1137

Closed ajax-surovskyi-y closed 3 months ago

ajax-surovskyi-y commented 3 months ago

https://github.com/nats-io/nats.java/issues/1136

scottf commented 3 months ago

@ajax-surovskyi-y Also, main was just updated, please update your branch.

ajax-surovskyi-y commented 3 months ago

I noticed that in another PR, you have already removed the handling of RuntimeException. Thus, the only remaining task is to remove the unnecessary handling of CancellationException. I am looking forward to contributing to your project.