Skip to content

Follow Storm 1.14.1: the scroll request states the ordering and size, the cursor the position - #2

Open
zantvoort wants to merge 1 commit into
mainfrom
track-storm-1.14.1
Open

Follow Storm 1.14.1: the scroll request states the ordering and size, the cursor the position#2
zantvoort wants to merge 1 commit into
mainfrom
track-storm-1.14.1

Conversation

@zantvoort

Copy link
Copy Markdown
Contributor

Storm 1.14.1 states a scroll request as an ordering, a size and a position: Scrollable.fromCursor(key, cursor) is gone, and Scrollable.of(key, size).from(cursor) puts the request at the position a client sent back, so the page size no longer travels inside the cursor. The search and browse services and the repository tests follow.

Compiled, main and test sources, against the 1.14.1 build. Merge after the release bump to 1.14.1 lands on main, as with the 1.14.0 tracking branch.

…rsor the position

Scrollable.fromCursor(key, cursor) is gone. The scroll request names its
key and size in code, and from(cursor) puts it at the position a client
sent back, so the page size no longer travels inside the cursor.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant