ableegoldman commented on a change in pull request #9094: URL: https://github.com/apache/kafka/pull/9094#discussion_r463283004
########## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredKeyValueStore.java ########## @@ -227,6 +234,14 @@ protected Bytes keyBytes(final K key) { return byteEntries; } + private void maybeRecordE2ELatency() { + if (e2eLatencySensor.shouldRecord() && e2eLatencySensor.hasMetrics()) { Review comment: Ah, ok that makes sense. Thanks for clarifying ---------------------------------------------------------------- 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