Skip to content

Commit

Permalink
review feedback addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 14, 2023
1 parent 5807f71 commit b3d67f5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Java

The complete sample can be downloaded from GitHub, but note that it also includes the next steps of the guide:

* local-drone-control-service Scala: [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* local-drone-control-service Java: [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* Scala [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* Java [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)

@@@ div { .group-scala }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,12 @@ Java

The complete sample can be downloaded from GitHub, but note that it also includes the next steps of the guide:

* restaurant-drone-deliveries-service Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* restaurant-drone-deliveries-service Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)
* Scala
* [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* Java
* [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)

As this service consumes events from the service built in the previous step, start the local-drone-control service first:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Java

The complete sample can be downloaded from GitHub, but note that it also includes the next step of the guide:

* restaurant-drone-deliveries-service Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* restaurant-drone-deliveries-service Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)
* Scala [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* Java [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)

In this step we created a local entity, so we can try it out by running the restaurant-drone-deliveries-service without
any local-drone-control services.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,13 @@ Java

The complete sample can be downloaded from GitHub, but note that it also includes the next steps of the guide:

* restaurant-drone-deliveries-service Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* local-drone-control-service Scala: [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* restaurant-drone-deliveries-service Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)
* local-drone-control-service Java: [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)

* Scala
* [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* Java
* [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)

As this service consumes events from the service built in the previous step, start the local-drone-control service first:

@@@ div { .group-scala }
Expand Down
10 changes: 6 additions & 4 deletions akka-edge-docs/src/main/paradox/guide/5-charging-station.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,12 @@ Java

The complete sample can be downloaded from GitHub, but note that it also includes the next steps of the guide:

* restaurant-drone-deliveries-service Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* local-drone-control-service Scala: [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* restaurant-drone-deliveries-service Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)
* local-drone-control-service Java: [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* Scala
* [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* Java
* [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)

As this service consumes events from the service built in the previous step, start the local-drone-control service first:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ We are now going to deploy the `restaurant-drone-deliveries-service` to the crea

This step is for deploying:

* restaurant-drone-deliveries-service Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* restaurant-drone-deliveries-service Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)
* Scala: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-scala.zip)
* Java: [restaurant-drone-deliveries-service.zip](../attachments/restaurant-drone-deliveries-service-java.zip)

Build and publish the docker image to docker.io:

Expand Down Expand Up @@ -216,8 +216,8 @@ kubectl get services

This step is for deploying:

* local-drone-control-service Scala: [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* local-drone-control-service Java: [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)
* Scala: [local-drone-control-service.zip](../attachments/local-drone-control-service-scala.zip)
* Java: [local-drone-control-service.zip](../attachments/local-drone-control-service-java.zip)

### Local Drone Control Namespace

Expand Down

0 comments on commit b3d67f5

Please sign in to comment.