time - Timestamped messages in Akka -
i have actor emits messages other actors. these messages contain timestamp comes system.currenttimemillis , therefore based on time of jvm emitting actor resides in.
if remote actor on node - time not synchronized emitting actor - uses timestamp calculating e.g. duration based on system.currenttimemillis, results possibly not correct.
are there helpers available in akka tackle such time-related problems , internal time actorsystem synchronized each actor, no matter if it's local or remote?
Comments
Post a Comment