Spring Cloud Stream - Composed Functions or EIP
In preparation for the upcoming releases of Spring Cloud Stream (SCSt) 3.0.0 - Horsham and Spring Cloud Function (SCF) 3.0.0, we’ve been publishing a series of posts discussing and showcasing new features and enhancements. We provided motivation and justification for moving away from the annotation-based programming model to the functional model, and then we provided more details on the functional approach, as well as reactive functions. In another post, which is relevant to what we're going to be discussing here, Artem demonstrated the benefits of combining functional approaches with the …