Skip to content

Commit

Permalink
b - Skipper offset 1011202 IDENT Feltet inneholder et symbol som ikke…
Browse files Browse the repository at this point in the history
… er godkjent
  • Loading branch information
MariamPervez committed Mar 6, 2024
1 parent 2876476 commit 4d9171b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SedListenerIdent(
consumeIncomingSed.measure {
logger.info("SedMottatt i partisjon: ${cr.partition()}, med offset: ${cr.offset()}")
try {
if (cr.offset() in listOf(902181L, 937738L, 955529L, 979249L, 979344L)) {
if (cr.offset() in listOf(902181L, 937738L, 955529L, 979249L, 979344L, 1011202L)) {
logger.warn("Hopper over offset: ${cr.offset()} grunnet feil ved henting av vedlegg...")
} else {
behandleIdentHendelse.behandle(hendelse)
Expand Down

0 comments on commit 4d9171b

Please sign in to comment.