Search⌘ K
AI Features

Blocking Controller and Repository

Explore how to build a blocking backend controller and repository with Spring Boot, applying delays and using standard CrudRepository and PagingAndSortingRepository. Understand the blocking approach linked to query results and its impact compared to reactive methods.

We'll cover the following...

To better show the comparison between the blocking and reactive approaches, let’s create a separate controller with different request paths, and connect them to a standard  ...