Romeh / spring-cloud-gateway-resilience4j

Sample spring cloud gateway project to show how to use resilience4j as a gateway circuitbreaker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud Gateway with Resilient4J circuit breaker

In this project I'm showing how you can use spring cloud circuit-breaker starter for resilience4j with resilience4j spring boot starter so you can configure externally your circuitBreaker definitions in: Spring Cloud Gateway

Getting Started

Currently you may find here examples of:

  1. Circuit Breaker and Fallback with resilience4j - the detailed explanation is my on blog: https://mromeh.com/2019/12/26/spring-cloud-gateway-with-resilience4j-circuit-breaker/
  2. How to mock http service using mock server test containers for micro-services integration tests
  3. How to configure externally in spring config Resilience4j circuit breakers and integrate it with Spring cloud circuit breaker starter
  4. How to configure externally in spring config Resilience4j time limter and integrate it with Spring cloud circuit breaker starter
  5. How to check http status code and make circuit breaker act accordingly in the spring cloud gateway

Usage

  1. To build and run the main application you need to have Maven, JDK8+ and Docker.
  2. To build it run command mvn clean install
  3. During Maven build the JUnit integration tests are running. We are using Testcontainers for mocking downstream service.

Feel free to propose your code changes / extensions !

About

Sample spring cloud gateway project to show how to use resilience4j as a gateway circuitbreaker

License:Apache License 2.0


Languages

Language:Java 100.0%