Skip to content

Commit

Permalink
b - Hopper over offset 918851, validering feilet
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Jan 19, 2024
1 parent 016461d commit 1a97e99
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(811036L, 828626L, 835424L, 887875L, 887884L, 895313L)
val offsetToSkip = listOf(811036L, 828626L, 835424L, 887875L, 887884L, 895313L, 918851L)
if (cr.offset() in offsetToSkip) {
logger.warn("Hopper over offset: ${cr.offset()}")
}
Expand Down

0 comments on commit 1a97e99

Please sign in to comment.