Implementation of Async Request Reply through kafka topic processing.
- Run the configure file in this directory and provide a valid New Relic license key.
- From a terminal instance in this directory, run
docker compose up --build
- Open a browser instance to http://localhost:8080/swagger OR
- Run the locust tests in ./tests via
locust -f .\test.py -H http://localhost:8080 -u 10