spring-boot (1 articles)

Scrolling Endpoint with Kotlin and Spring Boot

16.09.2018 - 10m read - kotlin spring-boot web scrolling

In order to fetch huge amounts of data in a sane way, it often makes sense to scroll through the data instead of requesting it all at once. In this post, we will create a simple implementation of such a mechanism using Kotlin and Spring Boot 2.