-
Notifications
You must be signed in to change notification settings - Fork 812
Open
Labels
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