The structure of the Java tracker has changed somewhat for version 0.12.0. A new threadpool has been added to Tracker, and Emitter is being restructured to include event sending retry.
To make sure there aren't performance issues arising from these changes, add some simple benchmarking test(s). The most important thing to measure is Tracker.track(Event).
The structure of the Java tracker has changed somewhat for version 0.12.0. A new threadpool has been added to Tracker, and Emitter is being restructured to include event sending retry.
To make sure there aren't performance issues arising from these changes, add some simple benchmarking test(s). The most important thing to measure is
Tracker.track(Event)
.