spring-cloud-alibaba
spring-cloud-alibaba copied to clipboard
All the `spring.cloud.stream.function.definition` in the RocketMQ examples should be `spring.cloud.stream.definition`
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.