property ConsumeOptions.bufferSize

Maximum number of batches to buffer. Defaults to adapter-specific value. When the buffer is full, new batches will be dropped and onError will be called with an EventLogConsumeFailed error.

Type

number

Usage

import { type ConsumeOptions } from ".";