Is it possible to have reactive SCS application using functional (spring.cloud.function
) style with multiple, separate functions / bindings? All examples I have found always register only one functional bean with default bindings input, output
. I would like to register multiple, each with its own bindings.
Traditionally this could be done using spring-cloud-stream-reactive
but it is now deprecated in favor of functional support.