File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tools/flagd-http-connector Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,14 @@ A key advantage of this cache is that it enables a single microservice within a
3434URL, effectively acting as a flagd/proxy while all other services leverage the shared cache.
3535This approach optimizes resource usage by preventing redundant polling across services.
3636
37- ### Sample flow
37+ ### Sample flow demonstrating the architecture
3838Sample flow can use:
3939- Github as the flags payload source.
4040- Redis cache as a fail-safe initialization cache and as a polling cache.
4141
4242Sample flow of initialization during Github down-time window, showing that application can still use flags
43- values as fetched from cache.
43+ values as fetched from cache.
44+ Multiple micro-services are using the same cache, and therefore only one of them is responsible for polling the URL.
4445``` mermaid
4546sequenceDiagram
4647 box Cluster
You can’t perform that action at this time.
0 commit comments