Skip to content

Commit

Permalink
docs: Scala/Java in download links (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw authored Nov 21, 2023
1 parent 59f0a6c commit 3788277
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ Java

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

* Java: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Scala: [shopping-java.zip](../attachments/shopping-java.zip)
* Scala: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Java: [shopping-java.zip](../attachments/shopping-java.zip)

Before running the sample locally you will need to run a PostgreSQL instance in docker, it can be started with the included
`docker-compose.yml`. Run it and create the needed database schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ See @apidoc[akka.projection.grpc.consumer.ConsumerFilter] for full API documenta

The complete sample can be downloaded:

* Java: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Scala: [shopping-java.zip](../attachments/shopping-java.zip)
* Scala: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Java: [shopping-java.zip](../attachments/shopping-java.zip)

## Running the sample code locally

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

The complete sample can be downloaded:

* Java: [replicated-shopping-scala.zip](../attachments/replicated-shopping-scala.zip)
* Scala: [replicated-shopping-java.zip](../attachments/replicated-shopping-java.zip)
* Scala: [replicated-shopping-scala.zip](../attachments/replicated-shopping-scala.zip)
* Java: [replicated-shopping-java.zip](../attachments/replicated-shopping-java.zip)

## Running the sample code locally

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ We are going to deploy the `shopping-cart-service` in region `us-east-2`.

The complete sample can be downloaded:

* Java: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Scala: [shopping-java.zip](../attachments/shopping-java.zip)
* Scala: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Java: [shopping-java.zip](../attachments/shopping-java.zip)

Build the image in `shopping-cart-service` directory:

Expand Down Expand Up @@ -226,8 +226,8 @@ We are going to deploy the `shopping-analytics-service` in region `eu-central-1`

The complete sample can be downloaded:

* Java: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Scala: [shopping-java.zip](../attachments/shopping-java.zip)
* Scala: [shopping-scala.zip](../attachments/shopping-scala.zip)
* Java: [shopping-java.zip](../attachments/shopping-java.zip)

Build the image in `shopping-analytics-service` directory:

Expand Down Expand Up @@ -286,8 +286,8 @@ This step is for deploying `replicated-shopping-cart-service`:

The complete sample can be downloaded:

* Java: [replicated-shopping-scala.zip](../attachments/replicated-shopping-scala.zip)
* Scala: [replicated-shopping-java.zip](../attachments/replicated-shopping-java.zip)
* Scala: [replicated-shopping-scala.zip](../attachments/replicated-shopping-scala.zip)
* Java: [replicated-shopping-java.zip](../attachments/replicated-shopping-java.zip)

Now there will be connections in both directions, so install the @ref:[load balancer](#load-balancer) in the other region too.

Expand Down

0 comments on commit 3788277

Please sign in to comment.