Feature Flags

This demo comes with several feature flags which can control failure conditions in specific services. By default the flags are disabled. Using the Feature Flags UI http://localhost:8080/feature you will be able to control the status of these feature flags.

Feature FlagService(s)Description
adServiceFailureAd ServiceGenerate an error for GetAds 1/10th of the time
cartServiceFailureCart ServiceGenerate an error for EmptyCart 1/10th of the time
productCatalogFailureProduct CatalogGenerate an error for GetProduct requests with product id: OLJCESPC7Z
recommendationCacheRecommendationCreate a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth.
Last modified October 19, 2023: Support page-relative aliases (#3417) (7f46ec2d)