divijvaidya commented on code in PR #12465:
URL: https://github.com/apache/kafka/pull/12465#discussion_r1000512805
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java:
##########
@@ -1081,6 +1081,11 @@ private void addToResetList(final TopicPartition
partition, final Set<TopicParti
partitions.add(partition);
}
+ // This method is added for usage in tests where mocking the underlying
native call is not possible.
+ public boolean isThreadAlive() {
Review Comment:
Note that adding this public method does not require a KIP because this
class is not part of the public API at
https://kafka.apache.org/32/javadoc/allclasses-index.html
--
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]