spring-cloud / spring-cloud/spring-cloud-openfeign

webConvertersCustomizer in spring cloud stream enabled application

Open
#1,259 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.