Skip to content

Commit

Permalink
[Hot Fix] - kafka consume count increase
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed Jun 6, 2023
1 parent e02425c commit 88aa6e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void onMessage() {
}

private void logMessage(ReceiverRecord<String, String> msg) {
consumeCount++;
log.info("NotificationConsumerReactive:Notification topic consume from kafka: " + consumeCount);
}

Expand Down

0 comments on commit 88aa6e8

Please sign in to comment.