Skip to content

Commit

Permalink
chore(server): logs core topology KafkaStreams state (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Jun 3, 2024
1 parent 31e7b68 commit f85aeeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void onChange(KafkaStreams.State newState, KafkaStreams.State oldState) {
activeTasks.set(currentActiveTaskIds);
internalComms.handleRebalance(activeTasks.get());
}
log.info("New state for core topology: {}", newState);
}

@Override
Expand Down

0 comments on commit f85aeeb

Please sign in to comment.