https://github.com/lokeshgupta1981/Spring-Boot-Examples/blob/master/spring-boot-resilience4j/src/main/resources/application.properties has property `studentRateLimiterApi` <img width="576" alt="image" src="https://github.com/lokeshgupta1981/Spring-Boot-Examples/assets/332234/f60ca73d-0550-48fa-9a9a-732006de6108"> But the control method that is referring to is named as `rateLimiterApi` https://github.com/lokeshgupta1981/Spring-Boot-Examples/blob/master/spring-boot-resilience4j/src/main/java/com/howtodoinjava/resilience4j/controller/StudentController.java <img width="786" alt="image" src="https://github.com/lokeshgupta1981/Spring-Boot-Examples/assets/332234/be6c02ef-7669-48de-8272-80665b48424f"> May be needs to change this name to `studentRateLimiterApi`