You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a small project (link below) using Spring Cloud Config (version 2023.0.3 - Walnut).
This project has two modules:
Server (Config Server)
Client (Consumes properties via JDBC)
When I update any property in the database and call the /actuator/busrefresh endpoint, the client properties update correctly, but the server logs show an empty array.
Sample:
In this project, I’m using the JDBC strategy with Kafka for the bus refresh.
Everything is explained in the README file.