API Connect

 View Only

 Datapower V10 and Kafka Integration -Batch processing

Rattiram Kumawat's profile image
Rattiram Kumawat posted Wed August 13, 2025 06:57 AM

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?