celikfatih commented on code in PR #20668:
URL: https://github.com/apache/kafka/pull/20668#discussion_r2435468841
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStreamThread.java:
##########
@@ -431,9 +431,9 @@ private StateConsumer initialize() {
} catch (final StreamsException fatalException) {
closeStateConsumer(stateConsumer, false);
startupException = fatalException;
- } catch (final Exception fatalException) {
+ } catch (final Throwable throwable) {
Review Comment:
You're right, i would change it to `fatalException`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]