Idempotent Requests Server provides API to allocate and record a captured request.
We have implemented a client in a form of a Kong Gateway Plugin - idempotent-requests
.
Config | Required | Default | Explanation |
---|---|---|---|
MONGODB_URI |
yes | mongodb://root:password123@localhost:27017 |
URI to connect to MongoDB |
This example topology relies on Kong Gateway to intercept client requests. A Kong Plugin acts as a client to Idempotent Requests Server.
docker-compose -f docker-compose.yml \
-f docker-compose.server.yml \
-f docker-compose.integration.yml \
up --exit-code-from integration-test