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

@GetMapping Required String parameter is not present #2280

Open
programingMa opened this issue Dec 22, 2023 · 3 comments
Open

@GetMapping Required String parameter is not present #2280

programingMa opened this issue Dec 22, 2023 · 3 comments

Comments

@programingMa
Copy link

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-invok
server-b-accept
api
server-a.log
server-b.log

@programingMa
Copy link
Author

actually, log shows param 'fileId' is present. but also throw error

@Seriels
Copy link

Seriels commented Jan 18, 2024

This is Spring Cloud support Annotation ..

@Seriels
Copy link

Seriels commented Jan 18, 2024

org.springframework.cloud.openfeign.support.SpringMvcContract#getDefaultAnnotatedArgumentsProcessors org.springframework.cloud.openfeign.annotation.RequestParamParameterProcessor
我的 spring cloud open feign2.2.6 没问题。。

@kdavisk6 kdavisk6 changed the title @GettMapping Required String parameter is not present @GetMapping Required String parameter is not present Jan 23, 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

No branches or pull requests

2 participants