Rename akka to pekko in configuration (#63)
Resolves https://github.com/apache/incubator-pekko/issues/54
This commit is contained in:
parent
708da8caec
commit
3d93dbcb81
1047 changed files with 4472 additions and 4464 deletions
|
|
@ -20,7 +20,7 @@ public class ConfigDocTest {
|
|||
|
||||
public void customConfig() {
|
||||
// #custom-config
|
||||
Config customConf = ConfigFactory.parseString("akka.log-config-on-start = on");
|
||||
Config customConf = ConfigFactory.parseString("pekko.log-config-on-start = on");
|
||||
// ConfigFactory.load sandwiches customConfig between default reference
|
||||
// config and default overrides, and then resolves it.
|
||||
ActorSystem<Void> system =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue