GitHub user pjfanning added a comment to the discussion: Configuring separate DB connection for query plugin
That Akka doc was added after Pekko forked but it appears that when it was added, it was just a doc enhancement - that the core code was already there and that this core code should be in pekko-persistence-r2dbc too. So, I would suggest using the Akka docs as a guide but that you'll need to adjust the config names and class names to use Pekko naming. Config names start with `pekko` instead of `akka`. Class names start with `org.apache.pekko` instead of `akka`. GitHub link: https://github.com/apache/pekko-persistence-r2dbc/discussions/301#discussioncomment-15640347 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
