Batch Mode Support on Spring Cloud Stream Solace Binder

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 ?

Hi @samuel, looks like someone else had the same question yesterday. Maybe you’re working together?

I responded on this thread: Spring cloud stream batch mode — Solace Community

Thanks Mark! Will take a look at your response to this thread