You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out by @jonasgeiregat in #546, the checked exception on PulsarTemplate.send* is not consistent w/ other Spring templates and forces users to catch PulsarClientException always.
Let's instead return a runtime variant of PulsarClientException.
The text was updated successfully, but these errors were encountered:
As pointed out by @jonasgeiregat in #546, the checked exception on
PulsarTemplate.send*
is not consistent w/ other Spring templates and forces users to catchPulsarClientException
always.Let's instead return a runtime variant of
PulsarClientException
.The text was updated successfully, but these errors were encountered: