infinispan-demos / streaming-data-workshop

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

Injector verticle should wait for data to be loaded before terminating #6

Closed galderz closed 7 years ago

galderz commented 7 years ago

Currently the injector finishes the moment the file has been exhausted. Instead, the injector should wait until the last item has been stored in the data grid.

tsegismont commented 7 years ago

What's the difference between file exhausted and last item stored in the grid? And what do you mean with "finishes"?

tsegismont commented 7 years ago

@galderz I can confirm there are duplicate stopId. The uniqueness ratio is around 1 out of 3.

galderz commented 7 years ago

Ok, not an issue then. We'll tighten things up later on.