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. This class must have a constructor that accepts a single parameter of type ActorSystem[_]. If this setting is specified, ConnectionFactoryProvider will instantiate the customizer and use it to augment the connection factory options just before the factory is created. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org