Batch Mode Support on Spring Cloud Stream Solace Binder

samuel
samuel Member Posts: 6

We have an use case where in we need the consumer to receive a batch of messages and process them together as a unit and post it to an outbound topic. We want the batch to be acknowledged as a whole once the processing of batch is completed by the consumer.

In spring cloud kafka binder we have a "batch-mode" functionality which helps to address such use cases. Do we any such support from spring cloud stream solace binder ?

Comments