Search code examples
spring-cloud-streamspring-cloud-dataflow

Spring Cloud Stream App that is both sink and source


Can I create Spring Boot Application which is Spring Cloud Stream App having both the bindings Sink and Source?


Solution

  • Such an app would seat in the middle of a stream, and this is called a Processor in Spring Cloud Stream / DataFlow lingo.

    See this explanation in the reference documentation.