diff --git a/plugin-server/src/cdp/cdp-consumers.ts b/plugin-server/src/cdp/cdp-consumers.ts index 3c26cf00ef75c..499b030e61564 100644 --- a/plugin-server/src/cdp/cdp-consumers.ts +++ b/plugin-server/src/cdp/cdp-consumers.ts @@ -296,7 +296,7 @@ abstract class CdpConsumerBase { // queuedMinMessages: this.hub.KAFKA_QUEUE_SIZE, consumerMaxWaitMs: this.hub.KAFKA_CONSUMPTION_MAX_WAIT_MS, consumerErrorBackoffMs: this.hub.KAFKA_CONSUMPTION_ERROR_BACKOFF_MS, - fetchBatchSize: 10, // this.hub.INGESTION_BATCH_SIZE, + fetchBatchSize: this.hub.INGESTION_BATCH_SIZE, batchingTimeoutMs: this.hub.KAFKA_CONSUMPTION_BATCHING_TIMEOUT_MS, topicCreationTimeoutMs: this.hub.KAFKA_TOPIC_CREATION_TIMEOUT_MS, topicMetadataRefreshInterval: this.hub.KAFKA_TOPIC_METADATA_REFRESH_INTERVAL_MS,