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
var batch = CommittableOffsetBatch.empty
batch = batch.updated(makeCommittableOffset(1))
batch = batch.updated(makeCommittableOffset(3))
batch = batch.updated(makeCommittableOffset(4))
batch = batch.updated(makeCommittableOffset(2)) // should generate warning that this offset is earlier than the previous offset
The text was updated successfully, but these errors were encountered:
Short description
As discussed in #1285
The text was updated successfully, but these errors were encountered: