Skip to content

Commit

Permalink
remove unneeded stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Sep 27, 2024
1 parent a2ff43f commit d9136dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void maybeLogConsumed() {
}
lastLog = Instant.now();

EventSignals.logNumConsumedOutputRecords(recordsProcessed);
LOG.info("consumed {} records", recordsProcessed);
LOG.info("by key: {}",
consumeState.values().stream()
.map(v -> v.key + ":" + v.recvdCount)
Expand Down

0 comments on commit d9136dc

Please sign in to comment.