Closed benkeil closed 3 years ago
See the documentation.
When there is more than one binding, you must specify them using the spring.cloud.function.definition
property (productSupplier;channelSupplier
).
When I change both suppliers to work without Flux, everything works.
It has nothing to do with a wrong configuration...
If you are still having problems, reopen this and provide a complete, minimal, example that exhibits the behavior you see.
I have a spring cloud stream kafka application with two suppliers. But it only works, if I comment one out (both are working if the other one is not there).
and in another class
Edit
When I change both suppliers to work without
Flux
, everything works.