Closed onobc closed 1 month ago
This commit replaces the checked PulsarClientException with the unchecked PulsarException on the PulsarReaderFactory#createReader API.
PulsarClientException
PulsarException
PulsarReaderFactory#createReader
This commit replaces the checked
PulsarClientException
with the uncheckedPulsarException
on thePulsarReaderFactory#createReader
API.