Skip to content

Commit

Permalink
note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Apr 4, 2023
1 parent 2680247 commit 5f5678d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion samples/grpc/shopping-analytics-service-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@

3. Start `shopping-cart-service` and add item to cart

4. Notice the log output in the terminal of the `shopping-analytics-service`
4. Add at least a total quantity of 10 to the cart, smaller carts are excluded by the event filter

5. Notice the log output in the terminal of the `shopping-analytics-service`
2 changes: 1 addition & 1 deletion samples/grpc/shopping-cart-service-scala/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Running the sample code

1. Start a local PostgresSQL server on default port 5432 and a Kafka broker on port 9092. The included `docker-compose.yml` starts everything required for running locally.
1. Start a local PostgresSQL server on default port 5432. The included `docker-compose.yml` starts everything required for running locally.

```shell
docker-compose up -d
Expand Down
2 changes: 1 addition & 1 deletion samples/replicated/shopping-cart-service-scala/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
curl http://localhost:9201/ready
```

6. Try it with [grpcurl](https://github.com/fullstorydev/grpcurl):
6. Try it with [grpcurl](https://github.com/fullstorydev/grpcurl). Add at least a total quantity of 10 to the cart, smaller carts are excluded by the event filter.

```shell
# add item to cart on the first replica
Expand Down

0 comments on commit 5f5678d

Please sign in to comment.