Is there a need to throttle spring boot actuator health endpoint
I have created a spring boot app having various endpoints secured and throttling is enabled on them like if more then certain calls will come in a minute it will give 429.
I have created a spring boot app having various endpoints secured and throttling is enabled on them like if more then certain calls will come in a minute it will give 429.