infinispan-demos / streaming-data-workshop

Streaming data workshop with Infinispan, Vert.x and OpenShift
11 stars 7 forks source link

Push UI model #4

Closed galderz closed 6 years ago

galderz commented 7 years ago

Use push techniques for pushing train position changes. The UI currently checks a RESTful endpoint where it regularly gets a snapshot of the train positions. This is not very optimal. A push model where the backend pushes when there are position changes would be more suitable.

Thomas started a branch with this approach but it’s not fully working (see here)

tsegismont commented 7 years ago

For the record, the event bus bridge is working, but when the Redux store is updated, nothing happens.

2017-09-19 11:03 GMT+02:00 Galder Zamarreño notifications@github.com:

Use push techniques for pushing train position changes. The UI currently checks a RESTful endpoint where it regularly gets a snapshot of the train positions. This is not very optimal. A push model where the backend pushes when there are position changes would be more suitable.

Thomas started a branch with this approach but it’s not fully working (see here https://github.com/infinispan-demos/streaming-data-workshop/tree/push_model_ui )

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/infinispan-demos/streaming-data-workshop/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbltrer7D-Vb9F-tFGLlMIFME9q1G4hks5sj4NugaJpZM4PcExp .

tsegismont commented 6 years ago

Closed via #33