We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d965da commit 533271fCopy full SHA for 533271f
src/product-catalog/README.md
@@ -2,17 +2,18 @@
2
3
When this service is run the output should be similar to the following
4
5
-```json
6
-{"message":"successfully parsed product catalog json","severity":"info","timestamp":"2022-06-02T23:54:10.191283363Z"}
7
-{"message":"starting grpc server at :3550","severity":"info","timestamp":"2022-06-02T23:54:10.191849078Z"}
+```
+INFO[0000] Loaded 10 products
+INFO[0000] Product Catalog gRPC server started on port: 8088
8
```
9
10
## Local Build
11
12
To build the service binary, run:
13
14
```sh
15
-go build -o /go/bin/product-catalog/
+export PRODUCT_CATALOG_PORT=<any-unique-port>
16
+go build -o product-catalog .
17
18
19
## Docker Build
0 commit comments