wcarlson5 commented on a change in pull request #9543: URL: https://github.com/apache/kafka/pull/9543#discussion_r517516580
########## File path: streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java ########## @@ -719,8 +718,7 @@ private KafkaStreams(final InternalTopologyBuilder internalTopologyBuilder, } // create the stream thread, global update thread, and cleanup thread - threads = new StreamThread[numStreamThreads]; - + threads = new ArrayList<>(numStreamThreads); Review comment: That is fair ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org