spring-cloud-alibaba icon indicating copy to clipboard operation
spring-cloud-alibaba copied to clipboard

All the `spring.cloud.stream.function.definition` in the RocketMQ examples should be `spring.cloud.stream.definition`

Open Camio1945 opened this issue 4 months ago • 1 comments

Based on this log:

WARN 4864 --- [order] [           main] c.f.c.c.BeanFactoryAwareFunctionRegistry : 
Multiple functional beans were found [replenishStockConsumer, consumer], 
thus can't determine default function definition. 
Please use 'spring.cloud.function.definition' property to explicitly define it. 

all the spring.cloud.stream.function.definition in the RocketMQ examples should be spring.cloud.stream.definition.

The examples don't get the warning above, because there is only one consumer in each example.

Camio1945 avatar Sep 26 '24 01:09 Camio1945