Skip to content

Commit

Permalink
add kafkaQueueProblems to demo docs (#4293)
Browse files Browse the repository at this point in the history
  • Loading branch information
EislM0203 committed Apr 26, 2024
1 parent d7c8700 commit 616344d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ change the `defaultVariant` value in the config file for a given flag to "on".
| `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. |
| `kafkaQueueProblems` | Kafka | Overloads Kafka queue while simultaneously introducing a consumer side delay leading to a lag spike. |

## Feature Flag Architecture

Expand Down

0 comments on commit 616344d

Please sign in to comment.