You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: