Pagination support in REST adapter

Pagination turns big archives of data into smaller, more digestible pieces.

Many REST APIs provide a way to retrieve data using multiple calls and a pagination mechanism to get additional pages of data with each call to the API.

Pagination support in REST Adapter in the context of a burst mode of operation is where each call returns data that is provided to the map or flow which then processes the data and returns to the source for more data to get the next burst.