Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
olekvernberg committed Jan 15, 2024
1 parent 778912f commit b3c1ffa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ class PersonhendelseListener(
assignments.keys.stream()
.filter { it.topic() == "leesah-v1" }
.forEach {
//callback.seekToEnd("aapen-person-pdl-leesah-v1", it.partition())
callback.seekToBeginning("aapen-person-pdl-leesah-v1", it.partition())
//callback.seekToEnd("leesah-v1", it.partition())
callback.seekToBeginning("leesah-v1", it.partition())
}
}
}

0 comments on commit b3c1ffa

Please sign in to comment.