This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 539a67c Fixed some typos (#61)
539a67c is described below
commit 539a67cf4676a3cc795ffdfdb4c60e6759e01c39
Author: Mario Renau - Alstom
<[email protected]>
AuthorDate: Tue Aug 15 13:53:21 2023 +0200
Fixed some typos (#61)
* Fixed some typos
* Remove comma before and
---------
Co-authored-by: mario <[email protected]>
---
pekko-sample-distributed-workers-scala/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pekko-sample-distributed-workers-scala/README.md
b/pekko-sample-distributed-workers-scala/README.md
index 8dc1351..3df0d8b 100644
--- a/pekko-sample-distributed-workers-scala/README.md
+++ b/pekko-sample-distributed-workers-scala/README.md
@@ -87,8 +87,8 @@ a `Tick` to start the process again.
If the work is not accepted or there is no response, for example if the
message or response got lost, the `FrontEnd` actor backs off a bit and then
sends the work again.
-You can see the how the actors on a front-end node is started in the method
`Main.start` when the node
-contains the `front-end` role:
+You can see how actors on a front-end node are started in the method
`Main.start` when the node
+contains the `front-end` role.
### The Work Result Consumer Actor
@@ -166,7 +166,7 @@ strategy:
* Any type of failure -- whether from the network, worker actor, or node --
that prevents a `RegisterWorker`
message from arriving within the `work-timeout` period causes the
'WorkManager' actor to remove the worker from its list.
-When stopping a `Worker` Actor still tries to gracefully remove it self using
the `DeRegisterWorker` message,
+When stopping a `Worker` Actor still tries to gracefully remove itself using
the `DeRegisterWorker` message,
but in case of crash it will have no chance to communicate that with the
master node.
Now let's move on to the last piece of the puzzle, the worker nodes.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]