ADO.NET Provider for Apache Kafka

Build 25.0.9539

Pagesize

Specifies the maximum number of rows that the provider retrieves from Apache Kafka in a single read operation.

Data Type

int

Default Value

1000

Remarks

The provider reads messages from Apache Kafka in batches and stores them in memory before returning rows to the result set. Only the first row of each batch requires a network request while subsequent rows are returned directly from the in-memory buffer.

This property controls the maximum number of rows the provider holds in this buffer at one time. Higher values reduce how often the provider must request new data, while lower values reduce memory usage.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539