Skip to content

Commit

Permalink
b - hopper over offset: 830051, ukendt navbruker
Browse files Browse the repository at this point in the history
  • Loading branch information
MariamPervez committed Dec 5, 2023
1 parent 588a6a6 commit 6871742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SedMottattListener(

logger.info("Innkommet sedMottatt hendelse i partisjon: ${cr.partition()}, med offset: ${cr.offset()}")

val offsetToSkip = listOf(524914L, 530474L, 549326L, 549343L, 564697L, 573162L, 580192L, 592980L, 748455L, 748872L, 794071L, 814894L, 814914L, 830049L)
val offsetToSkip = listOf(524914L, 530474L, 549326L, 549343L, 564697L, 573162L, 580192L, 592980L, 748455L, 748872L, 794071L, 814894L, 814914L, 830049L, 830051L)
try {
val offset = cr.offset()
if (offset in offsetToSkip) {
Expand Down

0 comments on commit 6871742

Please sign in to comment.