fix up refs to Akka in source code (#374)
* fix up refs to Akka in source code * Update distributed-data.md
This commit is contained in:
parent
7d896338e3
commit
1612950702
76 changed files with 106 additions and 110 deletions
|
|
@ -35,7 +35,7 @@ object DistributedData extends ExtensionId[DistributedData] with ExtensionIdProv
|
|||
}
|
||||
|
||||
/**
|
||||
* Akka extension for convenient configuration and use of the
|
||||
* Pekko extension for convenient configuration and use of the
|
||||
* [[Replicator]]. Configuration settings are defined in the
|
||||
* `pekko.cluster.ddata` section, see `reference.conf`.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ object LotsOfDataBot {
|
|||
}
|
||||
""")))
|
||||
|
||||
// Create an Akka system
|
||||
// Create a Pekko system
|
||||
val system = ActorSystem("ClusterSystem", config)
|
||||
// Create an actor that handles cluster domain events
|
||||
system.actorOf(Props[LotsOfDataBot](), name = "dataBot")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue