Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.23 KB

feature-flags.md

File metadata and controls

17 lines (15 loc) · 1.23 KB
title aliases cSpell:ignore
Feature Flags
feature_flags
OLJCESPC7Z

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 Flag Service(s) Description
adServiceFailure Ad Service Generate an error for GetAds 1/10th of the time
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
recommendationCache Recommendation Create a memory leak due to an exponentially growing cache. 1.4x growth, 50% of requests trigger growth.