Skip to content

Commit

Permalink
B - Skipper offset 814980L
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Nov 28, 2023
1 parent b8dfc49 commit 1e0d8db
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class SedListener(private val begrensInnsynService: BegrensInnsynService,

val offsetToSkip = listOf(814980L)
if (cr.offset() in offsetToSkip) {
logger.warn("Hopper over offset: ${cr.offset()} grunnet feil.")
logger.warn("Hopper over offset: ${cr.offset()}, rinasakId> ${sedHendelse.rinaSakId} grunnet feil.")
acknowledgment.acknowledge()
return@measure
}

Expand Down

0 comments on commit 1e0d8db

Please sign in to comment.