I’m working on Kafka integration in IBM DataPower and facing an issue with batch message consumption.
When I set auto commit to off, the Kafka Handler does not consume any messages at all.
However, when I set auto commit to on, DataPower processes all available messages instead of the batch size defined in the Kafka Handler configuration.
Has anyone encountered this behavior? How can I configure DataPower so that it picks messages in the specified batch size without consuming all messages at once?