vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Command to view all events in system #788

Open berndtj opened 5 years ago

berndtj commented 5 years ago

Bug Report

Getting a view of events which are subscribable is currently hard. We rely on documentation in event drivers to give a comprehensive and accurate list of event types and source formats. This is prone to error and is a pain for developers. It would be nice to have an API/CLI which can list the current events in the queue/being emitted.

Additional Information

Expected behavior

| Event Type | Event Source | Emitted Time |
| vm.created | vmc...       | today |

Current behavior

Steps to reproduce

Impact

Possible solution

Your Environment