GitHub user mdedetrich edited a comment on the discussion: Replace typesafe
config for sconfig for Pekko 2.0.0
We are not talking about a DSL or replacing HOCON, just that as an alternative
to passing a HOCON configuration you can do something like
```scala
ActorSystem.create(
ActorSystemConfig(
provider = "local",
guardianSupervisorStrategy =
"org.apache.pekko.actor.DefaultSupervisorStrategy"
etc etc
)
)
```
GitHub link:
https://github.com/apache/pekko/discussions/2186#discussioncomment-14365730
----
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]