Comments on: Circuit Breaking In Spring Cloud Gateway With Resilience4J https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 09 May 2022 08:04:36 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-1557 Mon, 09 May 2022 08:04:36 +0000 http://piotrminkowski.com/?p=7527#comment-1557 In reply to Leroy.

Thanks 🙂

]]>
By: Leroy https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-1555 Wed, 04 May 2022 17:42:48 +0000 http://piotrminkowski.com/?p=7527#comment-1555 ich danke dir Piotr. Wirklich interessant!

]]>
By: piotr.minkowski https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-1326 Tue, 21 Dec 2021 15:33:36 +0000 http://piotrminkowski.com/?p=7527#comment-1326 In reply to Szympi.

🙂

]]>
By: Szympi https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-1322 Sun, 19 Dec 2021 16:27:03 +0000 http://piotrminkowski.com/?p=7527#comment-1322 Moja praca inżynierska uratowana 😀

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-753 Tue, 28 Apr 2020 22:20:19 +0000 http://piotrminkowski.com/?p=7527#comment-753 In reply to deluxeuo.

Hi. Well that’s pretty interesting. Maybe you would like to follow this online course https://www.youtube.com/watch?v=XIkSWHX38Tg. I’m also explaining here how to use curcuit breaker with resilience4j. The source code is available here: https://github.com/piomin/course-spring-microservices.git

]]>
By: deluxeuo https://piotrminkowski.com/2019/12/11/circuit-breaking-in-spring-cloud-gateway-with-resilience4j/#comment-752 Mon, 20 Apr 2020 11:53:07 +0000 http://piotrminkowski.com/?p=7527#comment-752 Piotr how are you? Thanks for the article, there is very little spring gateway content with resilence4j. I downloaded your project and ran it without any changes. But all executions return 200, (I did not notice the fallback call). So I increased the time from 200ms to 1000ms, so I got an error message.

21:14:19.961 — [ parallel-2] : CircuitBreaker ‘exampleSlowCircuitBreaker’ recorded an exception as failure:
java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 200ms in ‘circuitBreaker’ (and no fallback has been configured)

can you help me?

]]>