Skip to content

Commit

Permalink
b - Skipper offset 712662
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Oct 2, 2023
1 parent 34445c3 commit 4e161f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SedListenerAdresse(
adresseMetric.measure {
logger.info("SED-hendelse mottatt i partisjon: ${cr.partition()}, med offset: ${cr.offset()} ")

val offsetToSkip = listOf(541905L, 542460L, 542499L, 608449L, 613092L, 656516L, 661893L, 669811L, 684654L, 707185L, 707189L, 707190L, 712659L, 712660L)
val offsetToSkip = listOf(541905L, 542460L, 542499L, 608449L, 613092L, 656516L, 661893L, 669811L, 684654L, 707185L, 707189L, 707190L, 712659L, 712660L, 712662L)
if (cr.offset() in offsetToSkip) {
logger.warn("Hopper over offset: ${cr.offset()}")
}
Expand Down

0 comments on commit 4e161f6

Please sign in to comment.