Hi Team,
**Need some input on spring cloud streaming with solace for which we are streaming a queues and want to have a batch operation to control the no of messages ,batch size and sequence of events what will be the configuration if wee need to progress as i can see for kakfa itis max.poll.records, will below configuration as ok or do we need some else
queueMaxMsgSize
Maximum message size for the consumer group queue.
queueQuota
Message spool quota for the consumer group queue.
in short want to consume the data in batch ,so if there increase in no if events messages in some time we can limit to say 100 messages in fixed delay of 1000 ms.
Thanks in advance
Arpit