Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit 11890b9

Browse files
committed
set the akka-persistence-jdbc data deletion feature ✨
1 parent 3830e3c commit 11890b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/lagompb-core/src/main/resources/lagompb.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,10 @@ akka-persistence-jdbc {
435435
# This is necessary because we must keep track of the highest sequence number that was ever used on a
436436
# given persistent actor. However, this last event will be 'invisible' it won't be ever replay nor delivered on queries.
437437
#
438-
logicalDeletion = true
439-
logicalDeletion = ${?LOGICAL_DELETION}
438+
logicalDeletion {
439+
enable = true
440+
enable = ${?ENABLE_LOGICAL_DELETION}
441+
}
440442
}
441443

442444
# custom lagompb settings

0 commit comments

Comments
 (0)