feign
feign copied to clipboard
@GetMapping Required String parameter is not present
now i get a spring-boot-server(server-a) invoke other(server-b) though feign.
Then there is an error. for detail see attach plz.
don't why.
but this error is not inevitably appearing.
seems like when many threads invoke importFacade.status(fileId)
this error appeared frequently.
thanks for your help.
server-a.log
server-b.log
actually, log shows param 'fileId' is present. but also throw error
This is Spring Cloud support Annotation ..
org.springframework.cloud.openfeign.support.SpringMvcContract#getDefaultAnnotatedArgumentsProcessors org.springframework.cloud.openfeign.annotation.RequestParamParameterProcessor
我的 spring cloud open feign2.2.6 没问题。。