Pre-requisites
- Build jar
sbt mockSrThrottled/assembly
- Build Docker image
docker build -f SRThrottled.Dockerfile --tag sr-throttled:latest .
- Run docker compose
docker compose up
Mocking the SR by returning fake HTTP status code to analyse serialization errors in different cases
Scala
Pre-requisites
sbt mockSrThrottled/assembly
docker build -f SRThrottled.Dockerfile --tag sr-throttled:latest .
docker compose up