Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public static EventPosition fromEnqueuedTime(Instant enqueuedDateTime) {
}

/**
* Corresponds to the event in the partition at the provided offset, inclusive of that event.
* Creates a position to an event in the partition at the provided offset. The event at that offset will not be
* included. Instead, the next event is returned.
*
* <p>
* The offset is the relative position for event in the context of the stream. The offset should not be considered a
Expand Down