Skip to content

Commit

Permalink
forbidden api check
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyachakilam committed Aug 5, 2024
1 parent 742dc17 commit e0a044c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ public boolean markSuperviosrIdleIfInactiveOnStartup()
if (!comittedOffsets.isEmpty() && comittedOffsets.equals(latestSequencesFromStream)) {
stateManager.maybeSetState(SupervisorStateManager.BasicState.IDLE);
previousSequencesFromStream.putAll(comittedOffsets);
lastActiveTimeMillis = DateTime.now().getMillis();
lastActiveTimeMillis = DateTimes.nowUtc().getMillis();
return true;
}

Expand Down

0 comments on commit e0a044c

Please sign in to comment.