mjsax commented on code in PR #22902:
URL: https://github.com/apache/kafka/pull/22902#discussion_r3626678727
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -828,6 +828,7 @@ public StreamThread(final Time time,
final long maxUncommittedBytesPerThread
) {
super(threadId);
+ setDaemon(false);
Review Comment:
Actually same question for the background state cleaner thread?
--
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]