How determine the top level package name for Spring Cloud Circuit Breaker?

33 Views Asked by At

I'm looking to set up a log group and configure the log level for both Resilience4J and Spring Cloud Circuit Breaker. However, I'm unsure of how to ascertain the top-level package for both(accroding to spring boot official document). My current toolset includes IntelliJ IDEA 2023.3.2 Ultimate and Gradle. The dependency implementation I'm working with for the circuit breaker is org.springframework.cloud:spring-cloud-starter-circuitbreaker-reactor-resilience4j, which falls under org.springframework.cloud:spring-cloud-dependencies:2021.0.8.

So, my questions are:

  1. How can I find the top-level package name for Resilience4J and Spring Cloud Circuit Breaker? and
  2. Does the correct answer include org.springframework.cloud.client.circuitbreaker?
0

There are 0 best solutions below