We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf510a commit 81d4621Copy full SHA for 81d4621
core/src/main/resources/reference.conf
@@ -371,6 +371,8 @@ akka.persistence.r2dbc {
371
# Ignored for H2
372
db-timestamp-monotonic-increasing = off
373
374
+ # Enable this to generate timestamps from the Akka client side instead of using database timestamps.
375
+ # NTP or similar clock synchronization should be used, but some clock skew between clients is accepted.
376
377
use-app-timestamp = off
378
0 commit comments