Skip to content

Commit

Permalink
b - Skipper offset 794071 pga feil med addresse
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 15, 2023
1 parent 150ca28 commit b2809b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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, 712662L, 742867L, 760575L, 766000L)
val offsetToSkip = listOf(742867L, 760575L, 766000L, 794071L)
if (cr.offset() in offsetToSkip) {
logger.warn("Hopper over offset: ${cr.offset()}")
}
Expand Down

0 comments on commit b2809b6

Please sign in to comment.