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 ?