Microservice mock
Introduction
This micro service represents a configurable webservice that can mock any other web service by means of configuration. When a request is made to the mock service, it checks the configuration for a matching URI. When a match is found, the associated response from the configuration is returned.
References
The table below provides some reference, sorted by alphabet:
| Reference | Remarks |
|---|---|
| Configurations | How to configure the micro service |
| Installations | How to install and/or deploy the micro service |
| Logging | How to configure logging |
| Roadmap | The roadmap |
| Runtime commands | How to tweak the running instance |
| Service discovery | How to register the micro service with a service discovery |