Questions tagged [reactive-feign-client]

17 questions
0
votes
0 answers

How to get the responseBody of a FeignException

I'm trying to get response body out of an FeignException and the responseBody is there as ByteBuffer. within the byte buffer there is a heapBuffer which has the content I want. but I can't access it. catch (FeignException ex){ …
0
votes
1 answer

ReactiveFeignClient - how to propagate headers from controller to client without auth

I received X-Forwarded-Host and X-Forwarded-Proto in my controller endpoints, and the endpoint has a reactive pipeline to call a ReactiveFeignClient class. These headers should be propagated to my client requests, but as I see it, it has not. I have…
WesternGun
  • 11,303
  • 6
  • 88
  • 157
1
2