GitHub user pjfanning added a comment to the discussion: Replace typesafe config for sconfig for Pekko 2.0.0
The naive way to convert between org.ekrich.config.Config to com.typesafe.config.Config (or vice versa) is to write the config as a String and parse the String with the other lib. May not be worth trying to write something fancier. GitHub link: https://github.com/apache/pekko/discussions/2186#discussioncomment-14367544 ---- 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]
