There was an error while loading. Please reload this page.
1 parent b0f7cd0 commit 317023eCopy full SHA for 317023e
technology_specific_extractors/feign_client/fgn_entry.py
@@ -44,10 +44,10 @@ def set_information_flows(dfd) -> dict:
44
if prop[0] == "feign_ribbon_disabled":
45
load_balancer = "Spring Cloud Load Balancer" # Load balancer if Ribbon is explicitely disabled (also, recently recommended)
46
elif prop[0] == "circuit_breaker":
47
- stereotype_instances.add("circuit_breaker_link")
+ stereotype_instances.append("circuit_breaker_link")
48
tagged_values.add(("Circuit Breaker", prop[1]))
49
elif prop[0] == "feign_hystrix":
50
51
tagged_values.add(("Circuit Breaker", "Hystrix"))
52
53
tagged_values.add(("Load Balancer", load_balancer))
0 commit comments