-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This demo does the following: 1. Loadgenerator doesn't complete the checkout if the latency from adding items to the cart is more than a second. The bulk of this latency comes from fetching the item from the product catalog. We have configured the delay to be high for a specific item. This results in order drop by 10%, because this is one of the 10 item that is randomly picked. 2. Added a flag to control if productcatalog service should add a delay of 1 second to the item. 3. Feature flag for the "productCatalogTimeout" can be toggled on/off.
- Loading branch information
1 parent
b1a7a6a
commit dd36652
Showing
3 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters