From 32505e3041f5ec696202cbe7c1b477c8e5915eb0 Mon Sep 17 00:00:00 2001 From: bornav <51048565+bornav@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:59:10 +0200 Subject: [PATCH] Update content/en/docs/demo/feature-flags.md Co-authored-by: Fabrizio Ferri-Benedetti --- content/en/docs/demo/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index 952dc9c6abf1..f88cffc12f45 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -20,7 +20,7 @@ values are stored in the `demo.flagd.json` file. To enable a flag, change the | `cartServiceFailure` | Cart Service | Generate an error for `EmptyCart` 1/10th of the time | | `productCatalogFailure` | Product Catalog | Generate an error for `GetProduct` requests with product id: `OLJCESPC7Z` | | `recommendationServiceCacheFailure` | Recommendation | Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth. | -| `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method | +| `paymentServiceFailure` | Payment Service | Generate an error when calling the `charge` method. | | `paymentServiceUnreachable` | Checkout Service | Use a bad address when calling the PaymentService to make it seem like the PaymentService is unavailable. | | `loadgeneratorFloodHomepage` | Loadgenerator | Start flooding the homepage with a huge amount of requests, configurable by changing flagd JSON on state. |