This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Add events support [enhancement] #95
Open
Description
This is a feature request, it would be great if hyper support events much like docker.
https://docs.docker.com/reference/api/docker_remote_api_v1.20/#monitor-docker-s-events
Ideally it would be available in :
- The client much like 'docker events ...'
- The REST API like 'GET /events...'
This would allow tools like Registrator and Connectable which can be combined with tools like consul to create compose-able infrastructure.