Skip to content

Commit

Permalink
chore: remove comment about potential deprecation of the use-app-time…
Browse files Browse the repository at this point in the history
… config (#483)

* chore: remove comment about potential deprecation of the use-app-timestamp config

* add recommended config comment
  • Loading branch information
sebastian-alfers authored Nov 29, 2023
1 parent 23085b7 commit f79bb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ akka.persistence.r2dbc {
# Ignored for H2
db-timestamp-monotonic-increasing = off

# Enable this for testing or workaround of https://github.com/yugabyte/yugabyte-db/issues/10995
# FIXME: This property will be removed when the Yugabyte issue has been resolved.
# Enable this to generate timestamps from the Akka client side instead of using database timestamps.
# NTP or similar clock synchronization should be used, but some clock skew between clients is accepted.
# Ignored for H2
use-app-timestamp = off

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ object R2dbcSettings {

val dbTimestampMonotonicIncreasing: Boolean = config.getBoolean("db-timestamp-monotonic-increasing")

// FIXME remove when https://github.com/yugabyte/yugabyte-db/issues/10995 has been resolved
val useAppTimestamp: Boolean = config.getBoolean("use-app-timestamp")

val logDbCallsExceeding: FiniteDuration =
Expand Down

0 comments on commit f79bb14

Please sign in to comment.