groupon/sparklint

Replaying whole app is too slow

Opened this issue · 1 comments

Some of our apps have 10k+ jobs for single run and Sparklint after clicking end (fast-forward) button can replay it forever.
Is there any possibility to have real fast-forward button that will show whole picture without replaying it step-by-step?

I've been working on this for a while (my streaming app leaves GB+ event logs). Current experiment is to use Akka to replay logs, which it giving me a better performance upon my testing.