Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use spring resttemplate or webclient to place REST requests #122

Open
patrickp-at-work opened this issue May 5, 2021 · 2 comments
Open

Comments

@patrickp-at-work
Copy link

patrickp-at-work commented May 5, 2021

spring rest template allows better abstraction of rest interfaces and is a de facto industry standard. Alternatively, there is Spring webclient now. Why do you use and outdated version of the OkHttpClient which is a lower level http library? If you try to avoid the transitive dependency to the Spring ecosystem: can you provide a separate client library for Spring?

@shubhamharitash
Copy link

is this issue still open?

@madhavanramachandran
Copy link

Yes, i feel the same. We don't have enough control on the logging and handling response. It is a bigger problem for us as the end users are not clear on the error messages given in the exceptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants