spring-cloud / spring-cloud/spring-cloud-openfeign
webConvertersCustomizer in spring cloud stream enabled application
Open
Nobody has claimed this yet.
waiting-for-triage
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 838
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 13
Description
When I start an spring boot application which has spring cloud stream, i see this warning:
WARN Failed to locate function 'webConvertersCustomizer' for function definition 'webConvertersCustomizer'. Returning null.
INFO declaring queue for inbound: webConvertersCustomizer-in-0.anonymous.PsMJ_B4oTaCCc5H6bdy_5Q, bound to: webConvertersCustomizer-in-0
INFO Channel 'rabbit-1314014805.webConvertersCustomizer-in-0.errors' has 1 subscriber(s).
INFO Channel 'rabbit-1314014805.webConvertersCustomizer-in-0.errors' has 2 subscriber(s).
INFO started bean 'inbound.webConvertersCustomizer-in-0.anonymous.PsMJ_B4oTaCCc5H6bdy_5Q'
I find that webConvertersCustomizer is part of org.springframework.cloud.openfeign.hateoas.
Is there any way to fix it
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is identified in the report. Start by reproducing the Spring Boot application with Spring Cloud Stream, RabbitMQ, and the OpenFeign HATEOAS dependency, then trace why webConvertersCustomizer is treated as a function; done means startup no longer emits the warning or creates the unintended binding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, rabbitmq, spring
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100