Skip to content

Commit

Permalink
b - Skipper offset 887164: Ugyldig identifikasjonsnummer. Kan innehol…
Browse files Browse the repository at this point in the history
…de bokstaver, tall, punktum, bindestrek, skråstrek og mellomrom. Kan ikke bare bestå av tegn
  • Loading branch information
dskarpas committed Jan 5, 2024
1 parent 5e2295f commit fa73c18
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(518691L, 519143L, 768200L, 814710L, 840165L, 847199L)) {
if (cr.offset() in listOf(518691L, 519143L, 768200L, 814710L, 840165L, 847199L, 887164L)) {
logger.warn("Hopper over offset: ${cr.offset()} grunnet feil ved henting av vedlegg...")
} else {
behandleIdentHendelse.behandle(hendelse)
Expand Down

0 comments on commit fa73c18

Please sign in to comment.