Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object StatsSampleSpecConfig extends MultiNodeConfig {
// note that this is not the same thing as cluster node roles
val first = role("first")
val second = role("second")
val third = role("thrid")
val third = role("third")

// this configuration will be used for all nodes
// note that no fixed host names and ports are used
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object StatsSampleSpecConfig extends MultiNodeConfig {
// note that this is not the same thing as cluster node roles
val first = role("first")
val second = role("second")
val third = role("thrid")
val third = role("third")

// this configuration will be used for all nodes
// note that no fixed host names and ports are used
Expand Down
2 changes: 1 addition & 1 deletion pekko-sample-distributed-workers-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Now that we have covered all the details, we can experiment with different sets

## Experimenting

When running the appliction without parameters it runs a six node cluster within the same JVM and starts a Apache Cassandra database. It can be more interesting to run them in separate processes. Open four terminal windows.
When running the application without parameters it runs a six node cluster within the same JVM and starts a Apache Cassandra database. It can be more interesting to run them in separate processes. Open four terminal windows.

In the first terminal window, start the Apache Cassandra database with the following command:

Expand Down
Loading