Skip to content

Commit

Permalink
b - Skipper 707190
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Sep 27, 2023
1 parent 9030621 commit 53285f5
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)
val offsetToSkip = listOf(541905L, 542460L, 542499L, 608449L, 613092L, 656516L, 661893L, 669811L, 684654L, 707185L, 707189L, 707190L)
if (cr.offset() in offsetToSkip) {
logger.warn("Hopper over offset: ${cr.offset()}")
}
Expand Down

0 comments on commit 53285f5

Please sign in to comment.