Skip to content

Commit

Permalink
DBZ-8193 Reset retries on success
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 7, 2024
1 parent 76be795 commit acda84c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ public void handleBatch(List<ChangeEvent<Object, Object>> records, RecordCommitt
}
else {
notSuccesful = false;
attempts = 0;
}

}
Expand Down

0 comments on commit acda84c

Please sign in to comment.