Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawouach/consumer
Consumer service
https://github.com/lawouach/consumer
Last synced: 23 days ago
JSON representation
Consumer service
- Host: GitHub
- URL: https://github.com/lawouach/consumer
- Owner: Lawouach
- License: apache-2.0
- Created: 2022-06-23T08:28:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T20:56:30.000Z (over 2 years ago)
- Last Synced: 2024-10-15T13:54:13.210Z (2 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.