Skip to content

Commit

Permalink
document feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
puckpuck committed Aug 17, 2022
1 parent 3b8af77 commit c975f5d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ Once the images are built and containers are started you can access:
- Grafana: <http://localhost:3000/>
- Feature Flags UI: <http://localhost:8081/>

#### Enable Feature Flags

This demo comes with 2 feature flags which control failure conditions in the
Product Catalog and Shipping services. By default the flags are disabled. Using
the Feature Flags UI <http://localhost:8081> you will be able to control the
status of these feature flags.

| Feature Flag | Description |
|-------------------------|---------------------------------------------------------------------------|
| `productCatalogFailure` | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` |
| `shippingFailure` | Induce very long latency when shipping outside of USA |

#### Bring your own backend

Likely you want to use the Webstore as a demo application for an observability
Expand Down

0 comments on commit c975f5d

Please sign in to comment.