MatthiasDrews

Results 3 comments of MatthiasDrews

Hi @OlgaMaciaszek . With `fail-fast` set to `true` and config-server being available, the startup failed. Possibly the property source could not be located, this might be the reason for the...

Yes, with `fail-fast` set to `false`, the image is starting, and I see the config has been fetched from the config-server. So the connection is working: ``` 13:10:30.473 [main] INFO...

Thank you! The suggested workaround works for me, and I get logs now. The startup currently fails, because the `ConfigClientRetryBootstrapper` runs into a `NullPointerException`. I have `spring-retry` as a transitive...