Benjamin Knauer
Benjamin Knauer
Hi there :wave: We upgraded Spring Boot to 2.4.2 with reactor-netty 1.0.3 but still encounter this issue. Here is our upgraded configuration: ``` @Bean public WebClient createWebClient(WebClient.Builder webClientBuilder) { log.info("Initializing...
Yup, I changed the DNS resolver, but it did not help. I created a demo repo and an issue for reactor-netty. You might also want to have a look? https://github.com/reactor/reactor-netty/issues/1509...
It was a problem with our network. I'm sorry... Thank you for your help! https://github.com/reactor/reactor-netty/issues/1509#issuecomment-777449843
Hey 👋, nice idea! You might consider building the `ValidatorFactory` only once. See: https://github.com/thombergs/buckpal/issues/33
Hi @derberg, Thanks for your quick feedback and questions. I’ll try to clarify the key points. I'm happy to answer follow-up questions after my two-week vacation 😊 --- ## OpenAPI...
Thanks a lot for taking the time to look into this! --- @derberg - you’re right: splitting the spec into **one public** and **one internal** document will solve our immediate...
same here