ableegoldman commented on a change in pull request #9941: URL: https://github.com/apache/kafka/pull/9941#discussion_r561412170
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamThread.java ########## @@ -407,7 +413,7 @@ public static StreamThread create(final InternalTopologyBuilder builder, referenceContainer.nextScheduledRebalanceMs, shutdownErrorHook, streamsUncaughtExceptionHandler, - cacheSize -> cache.resize(cacheSize) Review comment: Interesting. It *should* be exactly the same, but of course who knows with Java. Did it cause a test to fail or was it something more subtle? ---------------------------------------------------------------- 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