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

KAFKA-17994: Checked exceptions are not handled #17817

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Nov 14, 2024

  1. KAFKA-17994: Checked exceptions are not handled

    While Java distinguished between checked vs unchecked exception,
    other JVM languages do not. Thus, user code might still throw
    a checked exception even if no checked exception is declared on the
    implemented interface.
    mjsax committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6b92d7a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. review comments

    mjsax committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a12f48c View commit details
    Browse the repository at this point in the history