GitHub user mdedetrich added a comment to the discussion: Strategy for gradual Akka → Pekko migration with shared library and rollback capability?
If you use sbt as a build tool, you could use an sbt plugin like https://github.com/fkz/scala-rewrite-imports which will rewrite imports into another import. It also shouldn't be too hard to do the same with the various `.conf` files. GitHub link: https://github.com/apache/pekko/discussions/2592#discussioncomment-15284241 ---- 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]
