Add paging support#245
Conversation
There was a problem hiding this comment.
saltKey is easy to misunderstand as something connected to salt, the config management system. Perhaps call it just 'salt'?
|
This needs tests. |
There was a problem hiding this comment.
500 or 250 might be more sensible here.
There was a problem hiding this comment.
I used 1000 here because of this limit - https://github.com/wikimedia/restbase/pull/245/files#diff-159808c267853355eee587915c06aae6L317
Right now default_page_size is been used by those end points which make request to cassandra backend, do you want me to use it for other ends points as well?
|
Looks good to me overall, only a couple of inline notes. |
|
This needs a rebase. |
76a2b0c to
44cafa5
Compare
1 similar comment
|
Closed in favor of #257, which has some additional cleanup. |
Note - This pull depends upon wikimedia/restbase-mod-table-cassandra#97