GitHub user pjfanning added a comment to the discussion: Migration of big codebase from akka to pekko
Using a shading tool might work but it is complicated. Remember that the config property names have changed too. Some class names that had 'Akka' in the name were changed (to have 'Pekko' in the name instead). Another issue to consider is that not every lib that supports Akka has been converted to support Pekko. I would still suggest that you consider just using the vanilla approach of changing your code. Many people have gone down this route and we have had few complaints. Text replacement, especially using IDEs, is a pretty painless way to approach the problem. Updating PRs that are in flight is usually pretty easy with modern tooling (to rebase them). GitHub link: https://github.com/apache/pekko/discussions/1440#discussioncomment-10360640 ---- 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]
