Skip to content

Commit

Permalink
Forward streams errors if cause is recoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Mar 21, 2024
1 parent 72ccda6 commit 2f7bc6c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ public static boolean isRecoverable(final Exception e) {

/**
* Check if an exception is thrown by Kafka, i.e., located in package {@code org.apache.kafka.common.errors} or
* {@code org.apache.kafka.streams.errors}, and is
* recoverable.
* {@code org.apache.kafka.streams.errors}, and is recoverable.
* <p>Non-recoverable Kafka errors are:
* <ul>
* <li>{@link RecordTooLargeException}
Expand Down

0 comments on commit 2f7bc6c

Please sign in to comment.