Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unchecked exception on reader factory #845

Merged

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Sep 12, 2024

This commit replaces the checked PulsarClientException with the unchecked PulsarException on the PulsarReaderFactory#createReader API.

This commit replaces the checked `PulsarClientException` with the
unchecked `PulsarException` on the `PulsarReaderFactory#createReader`
API.
@onobc onobc added this to the 1.2.0-M2 milestone Sep 12, 2024
@onobc onobc added the type: improvement An improvement of implementation of existing feature label Sep 12, 2024
@onobc onobc merged commit e366b83 into spring-projects:main Sep 12, 2024
6 checks passed
@onobc onobc deleted the reader-factory-unchecked-exception branch September 12, 2024 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement An improvement of implementation of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant