Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lawouach/consumer

Consumer service
https://github.com/lawouach/consumer

Last synced: 23 days ago
JSON representation

Consumer service

Awesome Lists containing this project

README

        

# Consumer service

This service has three endpoints:

* `/` which always returns the same JSON payload
* `/health` for health checks, always returns `200`
* `/inject/latency` which takes a query-string made of `value=` to
induce a slower response of `/`. The value is in seconds.

It consumes data from the producer service.