cirruslabs / orchard

Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
Other
192 stars 15 forks source link

Consuming events via EventStreamer? #134

Open ruimarinho opened 11 months ago

ruimarinho commented 11 months ago

Hi,

Right now the EventStreamer only allows registering events in the controller, while consumption is performed by using a GET to the same endpoint. In my case, I've implemented polling for that, but I think there's an opportunity to provide a streaming interface to the consumer side as well, by exposing eventsChannel for realtime updates.