Skip to content

Commit ea8ec7b

Browse files
committed
add polling cache support
Signed-off-by: liran2000 <[email protected]>
1 parent f2b70ce commit ea8ec7b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/flagd-http-connector/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ A key advantage of this cache is that it enables a single microservice within a
3434
URL, effectively acting as a flagd/proxy while all other services leverage the shared cache.
3535
This approach optimizes resource usage by preventing redundant polling across services.
3636

37-
### Sample flow
37+
### Sample flow demonstrating the architecture
3838
Sample 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

4242
Sample 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
4546
sequenceDiagram
4647
box Cluster

0 commit comments

Comments
 (0)