This is exactly what I was looking for. I used OpenFeign but since I've decided to explore the reactive stack within Spring I found quite lack of support for it and wasn't truly sure about embracing Spring Cloud Square for Production given it's an Incubating project. Very clear and well explained, thanks for talk Olga! And thanks to the whole team for this initiative!
thanks for this impressive talk. I have a question: I just setup a new customer project in Spring Boot 3 / Spring 6 and migrated the adapting layers to use Spring Cloud OpenFeign client, which worked out quite well so far. Especially I took advantage of OpenApi's "spring cloud" generator to have the client interfaces all be generated. We just inject them (under the hood their proxy) to the service who does the call. If I would switch in this szenario to the Http client using the HttpServiceProxyFactory bean, can I still generate the client interfaces via openApi? Is there already some generator out or will it be out soon?
There are links to resources in the presentation, but where is a link to the presentation?
This is exactly what I was looking for. I used OpenFeign but since I've decided to explore the reactive stack within Spring I found quite lack of support for it and wasn't truly sure about embracing Spring Cloud Square for Production given it's an Incubating project. Very clear and well explained, thanks for talk Olga! And thanks to the whole team for this initiative!
Amazing presentation, I was in research of a client interface to use
open feign has some problems with message converters, it doesn't go well with multipart request with mixed content (json + file)
thanks for this impressive talk. I have a question: I just setup a new customer project in Spring Boot 3 / Spring 6 and migrated the adapting layers to use Spring Cloud OpenFeign client, which worked out quite well so far. Especially I took advantage of OpenApi's "spring cloud" generator to have the client interfaces all be generated. We just inject them (under the hood their proxy) to the service who does the call.
If I would switch in this szenario to the Http client using the HttpServiceProxyFactory bean, can I still generate the client interfaces via openApi? Is there already some generator out or will it be out soon?
Please share the links to the slides and repo. Thanks.
What ahout Kubernets or about OpenShift ? This sound a bit complicated.
Amazing
does not look like the profile picture
I have a small doubt how feign client internally works? can anyone explain @SpringDeveloper