Skip to content

flygarej/quarkus-cache-slowservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

token-source

This project implements a slow backend to test @CacheResult behaviour when the call to cache is returning an Uni while also being slow.

The application is supposed to run on localhost:8090 and provides two REST endpoints:

  • /token/gettoken which will delay the returned data for 10 seconds. This call is assumed to be used in a reactive context, but with a delay

  • /token/gettokenb which also delays the response for 10 seconds This call is used in a traditional blocking call.

About

Rest service guaranteed to be slow in response

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published