marcelmojzis commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830759927
##
core/src/main/scala/org/apache/pekko/persistence/r2dbc/ConnectionFactoryProvider.scala:
##
@@ -18,13 +18,16 @@ import java.util.concurrent.Concur
marcelmojzis commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830760921
##
core/src/main/scala/org/apache/pekko/persistence/r2dbc/ConnectionFactoryProvider.scala:
##
@@ -62,13 +73,29 @@ class ConnectionFactoryProvider(sy
pjfanning commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830729546
##
core/src/main/scala/org/apache/pekko/persistence/r2dbc/ConnectionFactoryProvider.scala:
##
@@ -62,13 +73,29 @@ class ConnectionFactoryProvider(syste
pjfanning commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830717484
##
core/src/main/scala/org/apache/pekko/persistence/r2dbc/ConnectionFactoryProvider.scala:
##
@@ -62,13 +73,29 @@ class ConnectionFactoryProvider(syste
pjfanning commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830706094
##
core/src/main/scala/org/apache/pekko/persistence/r2dbc/ConnectionFactoryProvider.scala:
##
@@ -18,13 +18,16 @@ import java.util.concurrent.Concurren
marcelmojzis commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1830675988
##
core/src/main/resources/reference.conf:
##
@@ -169,6 +169,12 @@ pekko.persistence.r2dbc {
# Enabling this has some performance overhead.
pjfanning commented on code in PR #171:
URL:
https://github.com/apache/pekko-persistence-r2dbc/pull/171#discussion_r1828345753
##
core/src/main/resources/reference.conf:
##
@@ -169,6 +169,12 @@ pekko.persistence.r2dbc {
# Enabling this has some performance overhead.
#
marcelmojzis opened a new pull request, #171:
URL: https://github.com/apache/pekko-persistence-r2dbc/pull/171
Resolves #169
Adds a new configuration setting, `connection-factory.options-customizer`,
which can contain the FQCN of a class that implements the OptionsCustomizer
trait. Th