Skip to content

Commit

Permalink
sample: Enable fill-sequence-number-gaps (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Oct 12, 2023
1 parent d0f2d6f commit df0bce2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ akka {
password = ${?DB_PASSWORD}
}
}

# Edge may omit sequence numbers, e.g. due to compaction.
# Such gaps will be handled as filtered events.
typed.event-writer.fill-sequence-number-gaps = on
}

projection.r2dbc {
Expand Down

0 comments on commit df0bce2

Please sign in to comment.