You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as per configured parameters, rather, a constant maximum size is configured internally. This is subject
308
308
to change.
309
309
The property `eachBatchAutoResolve` is supported.
310
-
Within the `eachBatch` callback, use of `uncommittedOffsets` is unsupported,
311
-
and within the returned batch, `offsetLag` and `offsetLagLow` are unsupported.
310
+
Within the `eachBatch` callback, use of `uncommittedOffsets` is supported,
311
+
and within the returned batch, `offsetLag` and `offsetLagLow` are supported.
312
312
* `commitOffsets`:
313
313
- Does not yet support sending metadata for topic partitions being committed.
314
314
- If called with no arguments, it commits all offsets passed to the user (or the stored offsets, if manually handling offset storage using `consumer.storeOffsets`).
0 commit comments