Frank Scheffler

Results 2 issues of Frank Scheffler

**Describe the bug** Feign client initialization is always lazy. As such, the first calling thread triggers the initialization, which may be another Spring component (e.g. REST controller) using `CompletableFuture.supplyAsync()` to...

enhancement
help wanted