2026-05-10 12:20:14.968 INFO com.crm.gateway.GatewayApplication - The following profiles are active: prod 2026-05-10 12:20:15.077 INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6ddf90b0: startup date [Sun May 10 12:20:15 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1b701da1 2026-05-10 12:20:23.186 INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'counterFactory' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulMetricsConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulMetricsConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.cloud.netflix.zuul.ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration; factoryMethodName=counterFactory; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/cloud/netflix/zuul/ZuulServerAutoConfiguration$ZuulCounterFactoryConfiguration.class]] 2026-05-10 12:20:24.171 INFO o.s.c.context.scope.GenericScope - BeanFactory id=e084843c-359a-3142-b780-0eb2a3a1c66a 2026-05-10 12:20:24.468 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2026-05-10 12:20:25.389 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration' of type [org.springframework.cloud.netflix.metrics.MetricsInterceptorConfiguration$MetricsRestTemplateConfiguration$$EnhancerBySpringCGLIB$$c47d8450] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-05-10 12:20:26.702 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ae6ae10c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-05-10 12:20:35.077 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat initialized with port(s): 8084 (http) 2026-05-10 12:20:35.139 INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 2026-05-10 12:20:35.139 INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.23 2026-05-10 12:20:38.077 INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2026-05-10 12:20:38.077 INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 23000 ms 2026-05-10 12:20:49.670 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/] 2026-05-10 12:20:49.764 INFO o.s.b.w.s.ServletRegistrationBean - Mapping servlet: 'zuulServlet' to [/zuul/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'metricsFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'webRequestLoggingFilter' to: [/*] 2026-05-10 12:20:49.811 INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'applicationContextIdFilter' to: [/*] 2026-05-10 12:20:50.748 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2026-05-10 12:20:53.014 INFO c.n.config.DynamicPropertyFactory - DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@290222c1 2026-05-10 12:20:59.935 INFO c.n.c.s.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath. 2026-05-10 12:21:04.498 INFO o.s.w.s.m.m.a.RequestMappingHandlerAdapter - Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6ddf90b0: startup date [Sun May 10 12:20:15 EEST 2026]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@1b701da1 2026-05-10 12:21:05.123 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2026-05-10 12:21:05.123 INFO o.s.w.s.m.m.a.RequestMappingHandlerMapping - Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2026-05-10 12:21:06.560 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:21:06.560 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:21:07.497 INFO o.s.w.s.h.SimpleUrlHandlerMapping - Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-05-10 12:21:14.279 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.279 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/routes || /routes.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.netflix.zuul.RoutesMvcEndpoint.reset() 2026-05-10 12:21:14.279 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/routes || /routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.279 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/refresh || /refresh.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/restart || /restart.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.restart.RestartMvcEndpoint.invoke() 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2026-05-10 12:21:14.294 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/features || /features.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/service-registry/instance-status],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.setStatus(java.lang.String) 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/service-registry/instance-status],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.springframework.cloud.client.serviceregistry.endpoint.ServiceRegistryEndpoint.getStatus() 2026-05-10 12:21:14.310 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/hystrix.stream/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.cloud.netflix.endpoint.ServletWrappingEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/pause || /pause.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.value(java.util.Map) 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/env/reset],methods=[POST]}" onto public java.util.Map org.springframework.cloud.context.environment.EnvironmentManagerMvcEndpoint.reset() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/resume || /resume.json],methods=[POST]}" onto public java.lang.Object org.springframework.cloud.endpoint.GenericPostableMvcEndpoint.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/archaius || /archaius.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.325 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2026-05-10 12:21:14.341 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2026-05-10 12:21:14.341 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:14.341 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2026-05-10 12:21:14.341 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2026-05-10 12:21:14.341 INFO o.s.b.a.e.m.EndpointHandlerMapping - Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-05-10 12:21:20.435 INFO o.s.c.n.zuul.ZuulFilterInitializer - Starting filter initializer 2026-05-10 12:21:21.888 INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 2026-05-10 12:21:21.903 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'environmentManager' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'configurationPropertiesRebinder' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshEndpoint' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'restartEndpoint' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'serviceRegistryEndpoint' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'zuulEndpoint' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'zuulMvcEndpoint' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Bean with name 'refreshScope' has been autodetected for JMX exposure 2026-05-10 12:21:21.919 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'environmentManager': registering with JMX server as MBean [org.springframework.cloud.context.environment:name=environmentManager,type=EnvironmentManager] 2026-05-10 12:21:21.950 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'zuulMvcEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulMvcEndpoint,type=RoutesMvcEndpoint] 2026-05-10 12:21:21.950 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'restartEndpoint': registering with JMX server as MBean [org.springframework.cloud.context.restart:name=restartEndpoint,type=RestartEndpoint] 2026-05-10 12:21:21.966 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'serviceRegistryEndpoint': registering with JMX server as MBean [org.springframework.cloud.client.serviceregistry.endpoint:name=serviceRegistryEndpoint,type=ServiceRegistryEndpoint] 2026-05-10 12:21:21.966 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshScope': registering with JMX server as MBean [org.springframework.cloud.context.scope.refresh:name=refreshScope,type=RefreshScope] 2026-05-10 12:21:21.997 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'zuulEndpoint': registering with JMX server as MBean [org.springframework.cloud.netflix.zuul:name=zuulEndpoint,type=RoutesEndpoint] 2026-05-10 12:21:21.997 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'configurationPropertiesRebinder': registering with JMX server as MBean [org.springframework.cloud.context.properties:name=configurationPropertiesRebinder,context=6ddf90b0,type=ConfigurationPropertiesRebinder] 2026-05-10 12:21:21.997 INFO o.s.j.e.a.AnnotationMBeanExporter - Located managed bean 'refreshEndpoint': registering with JMX server as MBean [org.springframework.cloud.endpoint:name=refreshEndpoint,type=RefreshEndpoint] 2026-05-10 12:21:21.997 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Registering beans for JMX exposure on startup 2026-05-10 12:21:22.856 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 0 2026-05-10 12:21:23.434 INFO o.s.c.n.eureka.InstanceInfoFactory - Setting initial instance status as: STARTING 2026-05-10 12:21:23.903 INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1 2026-05-10 12:21:24.106 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson 2026-05-10 12:21:24.106 INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson 2026-05-10 12:21:25.778 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml 2026-05-10 12:21:25.794 INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml 2026-05-10 12:21:26.356 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Application is null : false 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: true 2026-05-10 12:21:27.716 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 2026-05-10 12:21:29.559 INFO c.netflix.discovery.DiscoveryClient - The response status is 200 2026-05-10 12:21:29.559 INFO c.netflix.discovery.DiscoveryClient - Starting heartbeat executor: renew interval is: 30 2026-05-10 12:21:29.559 INFO c.n.d.InstanceInfoReplicator - InstanceInfoReplicator onDemand update allowed rate per min is 4 2026-05-10 12:21:29.559 INFO c.netflix.discovery.DiscoveryClient - Discovery Client initialized at timestamp 1778404889559 with initial instances count: 0 2026-05-10 12:21:29.700 INFO o.s.c.n.e.s.EurekaServiceRegistry - Registering application gateway-service with eureka with status UP 2026-05-10 12:21:29.731 INFO c.netflix.discovery.DiscoveryClient - Saw local status change event StatusChangeEvent [timestamp=1778404889731, current=UP, previous=STARTING] 2026-05-10 12:21:29.747 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'auditEventsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=auditEventsEndpoint] 2026-05-10 12:21:29.762 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'archaiusEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=archaiusEndpoint] 2026-05-10 12:21:29.762 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'featuresEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=featuresEndpoint] 2026-05-10 12:21:29.778 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'requestMappingEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=requestMappingEndpoint] 2026-05-10 12:21:29.778 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'environmentEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=environmentEndpoint] 2026-05-10 12:21:29.778 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'healthEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=healthEndpoint] 2026-05-10 12:21:29.794 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'beansEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=beansEndpoint] 2026-05-10 12:21:29.794 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'infoEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=infoEndpoint] 2026-05-10 12:21:29.934 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'loggersEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=loggersEndpoint] 2026-05-10 12:21:29.950 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'metricsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=metricsEndpoint] 2026-05-10 12:21:29.950 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'traceEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=traceEndpoint] 2026-05-10 12:21:29.966 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'dumpEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=dumpEndpoint] 2026-05-10 12:21:29.966 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'autoConfigurationReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=autoConfigurationReportEndpoint] 2026-05-10 12:21:29.966 INFO o.s.b.a.e.jmx.EndpointMBeanExporter - Located managed bean 'configurationPropertiesReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=configurationPropertiesReportEndpoint] 2026-05-10 12:21:29.966 INFO o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647 2026-05-10 12:21:29.981 INFO o.s.c.n.h.HystrixCircuitBreakerConfiguration$HystrixMetricsPollerConfiguration - Starting poller 2026-05-10 12:21:32.606 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_GATEWAY-SERVICE/m192-168-2-101:gateway-service:8084: registering service... 2026-05-10 12:21:32.981 INFO o.s.b.c.e.t.TomcatEmbeddedServletContainer - Tomcat started on port(s): 8084 (http) 2026-05-10 12:21:32.997 INFO o.s.c.n.e.s.EurekaAutoServiceRegistration - Updating port to 8084 2026-05-10 12:21:32.997 INFO com.crm.gateway.GatewayApplication - Started GatewayApplication in 97.357 seconds (JVM running for 110.732) 2026-05-10 12:21:33.450 INFO c.netflix.discovery.DiscoveryClient - DiscoveryClient_GATEWAY-SERVICE/m192-168-2-101:gateway-service:8084 - registration status: 204 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Disable delta property : false 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Single vip registry refresh property : null 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Force full registry fetch : false 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Application is null : false 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Registered Applications size is zero : true 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Application version is -1: false 2026-05-10 12:22:00.683 INFO c.netflix.discovery.DiscoveryClient - Getting all instance registry info from the eureka server 2026-05-10 12:22:01.261 INFO c.netflix.discovery.DiscoveryClient - The response status is 200 2026-05-10 12:26:27.731 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:31:27.732 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:36:27.739 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:41:27.749 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:46:27.756 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:51:27.768 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 12:56:27.773 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:01:27.781 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:06:27.784 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:11:27.792 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:16:27.808 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:21:27.819 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:26:27.824 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:31:27.839 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:36:27.851 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:41:27.866 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:46:27.873 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:51:27.877 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 13:56:27.880 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:01:27.898 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:06:27.900 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:11:27.911 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:16:27.913 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:21:27.918 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:26:27.926 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:31:27.941 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:36:27.944 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:41:28.002 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:46:28.015 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:51:28.025 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 14:56:28.036 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:01:28.050 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:06:28.064 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:11:28.073 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:16:28.076 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:21:28.079 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:26:28.087 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:31:28.096 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:36:28.098 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:41:28.111 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:46:28.123 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:51:28.129 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 15:56:28.143 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:01:28.157 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:06:28.160 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:11:28.172 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:16:28.175 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:21:28.191 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:26:28.203 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:31:28.211 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:36:28.214 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:41:28.229 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:46:28.244 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:51:28.253 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 16:56:28.254 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:01:28.269 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:06:28.285 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:11:28.285 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:16:28.296 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:21:28.300 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:26:28.315 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:31:28.326 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:36:28.332 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:41:28.338 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:46:28.347 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:51:28.357 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 17:56:28.363 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:01:28.365 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:06:28.372 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:11:28.379 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:16:28.390 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:21:28.400 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:26:28.416 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:31:28.426 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:36:28.441 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:41:28.449 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:46:28.450 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:51:28.456 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 18:56:28.458 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:01:28.459 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:06:28.469 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:11:28.484 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:16:28.493 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:21:28.502 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:26:28.512 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:31:28.527 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:36:28.536 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:41:28.537 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:46:28.547 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:51:28.556 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 19:56:28.559 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:01:28.567 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:06:28.580 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:11:28.583 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:16:28.595 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:21:28.596 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:26:28.610 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:31:28.622 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:36:28.623 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:41:28.625 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:46:28.630 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:51:28.636 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 20:56:28.640 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:01:28.642 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:06:28.644 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:11:28.655 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:16:28.658 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:21:28.670 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:26:28.675 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:31:28.685 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:36:28.686 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:41:28.700 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:46:28.712 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:51:28.726 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 21:56:28.738 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:01:28.750 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:06:28.763 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:11:28.773 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:16:28.776 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:21:28.782 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:26:28.792 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:31:28.803 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:36:28.812 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:41:28.821 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:46:28.831 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:51:28.845 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 22:56:28.851 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:01:28.858 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:06:28.866 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:11:28.878 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:16:28.880 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:21:28.896 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:26:28.910 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:31:28.916 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:36:28.917 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:41:28.932 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:46:28.942 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:51:28.946 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration 2026-05-10 23:56:28.947 INFO c.n.d.s.r.aws.ConfigClusterResolver - Resolving eureka endpoints via configuration