Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@rwagstaff
Copy link
Contributor

This add a error decoder to the async builder when building from the coroutine builder

This was fixed by adding the error decoder to the async builder

How to replicate

Create a feign client with a custom error decoder

val feignClient: FeignPriceClient = CoroutineFeign.builder<Unit>().errorDecoder(CustomErrorDecoder()) .target(FeignPriceClient::class.java, "http://localhost:8080/")

The custom error decoder is lost when building the async client

@velo velo merged commit 03dcf4d into OpenFeign:master May 3, 2023
velo pushed a commit that referenced this pull request Oct 7, 2024
velo pushed a commit that referenced this pull request Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants