rwanderc / delayservice

A REST service that waits for the amount of time specified before returning. Useful for performance tests and simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DelayService

A REST service that exposes endpoints that block the thread for a specific amount of time before returning. This is a very useful tool to help running tests of performance, cache, concurrency, etc.

Running

  • Build with Maven by running mvn clean install.
  • And then execute the application with java -jar target/delayservice-1.0-SNAPSHOT.jar

About

A REST service that waits for the amount of time specified before returning. Useful for performance tests and simulations


Languages

Language:Java 95.0%Language:Dockerfile 5.0%