line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
https://armeria.dev
Apache License 2.0
4.79k stars 908 forks source link

OpenFeign native support #3049

Open driverpt opened 4 years ago

trustin commented 4 years ago

Yeah, we'd like to provide an integration for OpenFeign like we did for Retrofit. Just didn't have time for doing that since Retrofit has been way more popular than OpenFeign internally.

driverpt commented 4 years ago

Do you have any Block Diagram of the WebClient architecture so i can try to contribute ?

trustin commented 4 years ago

We don't but the source code of armeria-retrofit is a good starting point because OpenFeign and Retrofit are quite similar to each other. Please feel free to add any questions you have while investigating. I'd be happy to answer them. :bow: