Skip to content

Commit

Permalink
b - Hopper offset 176379, denne tilhører test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Oct 6, 2023
1 parent d7fbb7e commit 3420c8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SedListener(private val begrensInnsynService: BegrensInnsynService,
logger.info("Innkommet sedSendt hendelse i partisjon: ${cr.partition()}, med offset: ${cr.offset()}")
secureLog.debug("Hendelse sendt:\n${vask11sifre(hendelse)}")
val offset = cr.offset()
val offsetToSkip = listOf(70196L, 70197L, 70768L)
val offsetToSkip = listOf(70196L, 70197L, 70768L, 176379L)
if (offset in offsetToSkip) {
logger.warn("Hopper over offset: $offset grunnet feil.")
return@measure
Expand Down

0 comments on commit 3420c8d

Please sign in to comment.