A stakeholder complains that downstream services are receiving stale data after a configuration update in Spring Cloud Config. What is the most likely cause?
-
A
The Config Server is down
-
B
Client services have not yet refreshed their configuration via /actuator/refresh
-
C
The Git repository is unreachable
-
D
Spring Boot version mismatch