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

Support Feign response interceptor configuration #802

Closed
doumdoum opened this issue Dec 9, 2022 · 0 comments · Fixed by #804
Closed

Support Feign response interceptor configuration #802

doumdoum opened this issue Dec 9, 2022 · 0 comments · Fixed by #804
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@doumdoum
Copy link
Contributor

doumdoum commented Dec 9, 2022

Is your feature request related to a problem? Please describe.
Feign supports response interceptor but AFAIK its configuration is not supported in spring cloud.

Describe the solution you'd like
Allow response interceptor to be configured just like request interceptors

Describe alternatives you've considered
I have either to provide my own version of the Feign.Builder or configure the response interceptor in the provided one through an aspect

Additional context
N/A

doumdoum added a commit to doumdoum/spring-cloud-openfeign that referenced this issue Dec 9, 2022
@OlgaMaciaszek OlgaMaciaszek self-assigned this Dec 12, 2022
@OlgaMaciaszek OlgaMaciaszek added this to To do in 2022.0.x via automation Dec 12, 2022
@OlgaMaciaszek OlgaMaciaszek added this to the 4.0.0 milestone Dec 12, 2022
@OlgaMaciaszek OlgaMaciaszek moved this from To do to In progress in 2022.0.x Dec 12, 2022
2022.0.x automation moved this from In progress to Done Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants