Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Scala/Java in download links #1074

Merged
merged 1 commit into from
Nov 21, 2023
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 @@ -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