*Update*: one thing I just noticed is if I replace...
# spring
d
Update: one thing I just noticed is if I replace my getAllCustomer function with :
Copy code
suspend fun getAllCustomer() : Flux<Customer> = customerRepository.findAll()
then I get this response:
Copy code
{
  "scanAvailable": true,
  "prefetch": -1
}