Skip to content

Commit cbfdd07

Browse files
committed
Change MIGRATION.md
1 parent 69bee29 commit cbfdd07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ producerRun().then(consumerRun).catch(console.error);
307307
as per configured parameters, rather, a constant maximum size is configured internally. This is subject
308308
to change.
309309
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.
312312
* `commitOffsets`:
313313
- Does not yet support sending metadata for topic partitions being committed.
314314
- 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

Comments
 (0)