Circuit Breaker demo GitHub URL broken/ missing

Hello,

I was looking to implement a Circuit Breaker pattern from this URL:

http://35.190.79.143/codelabs/circuit-breaker-and-cache/index.html

But the GitHub URL link is broken:
https://github.com/ApigeeEMEA/demo-general-circuit-breaker

Does anyone know if this has been moved to another location please?

I can see the Apigee samples and the apigee-127 projects but not the Circuit Breaker example.

My Google-Fu is letting me down!

New link to that GitHub project would be great please.

Thank you.

Solved Solved
0 2 195
1 ACCEPTED SOLUTION

Hello David

You can find this example of Apigee Edge circuit breaker implementation here: https://github.com/g-lalevee/demo-general-circuit-breaker.

Note: Apigee Edge provides built-in support for load balancing and failover / retry across multiple backend server instances. It can be also used to implement a circuit breaker scenario. Please read Apigee documentation here.

 

View solution in original post

2 REPLIES 2

Hello David

You can find this example of Apigee Edge circuit breaker implementation here: https://github.com/g-lalevee/demo-general-circuit-breaker.

Note: Apigee Edge provides built-in support for load balancing and failover / retry across multiple backend server instances. It can be also used to implement a circuit breaker scenario. Please read Apigee documentation here.

 

Thank you for digging it out!