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:
PJ Fanning 2023-06-07 14:51:57 +01:00 committed by GitHub
parent 7d896338e3
commit 1612950702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 106 additions and 110 deletions

View file

@ -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`.
*/

View file

@ -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")