spring-cloud-config icon indicating copy to clipboard operation
spring-cloud-config copied to clipboard

Add support for CRaC for Config Server and Client

Open quartex opened this issue 2 years ago • 6 comments

Hi, I'm trying using Crac with Spring Cloud 2023 with all my microservices that use enviroment name (SPRING_PROFILES_ACTIVE) and Spring Cloud config to get all application settings. When I try to get a dump passing parameter spring.context.checkpoint=onRefresh to jvm an error is reported describing that are open streams (point to Config Server) and dump is not possible. I switched the Config server off in my application.yml with spring.cloud.config.enabled=false and the jvm get the dump with success but after restore all settings is not present and my applications does not start.

I tried to put in Jvm restore -e SPRING_PROFILES_ACTIVE=prod -e JAVA_TOOL_OPTIONS="-Dspring.cloud.config.enabled=true" but it does not work

I search for an example using Spring Cloud Config Server but is not present at the moment.

I would like to do a dump with the settings taken from the config server in a non-production environment and be able to set that the production ones are taken during the restore. Is it possible ?

Thanks a lot

quartex avatar Dec 15 '23 16:12 quartex

Hello @quartex this is not supported at this point; we'll be adding support later this year and will be documented as it does. So far in Spring Cloud we have support for SC Commons, with the ContextRefresh and LoadBalancer. Supported projects can be tracked by what gets added to the CRaC smoke tests repo.

OlgaMaciaszek avatar Jan 11 '24 08:01 OlgaMaciaszek