Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/227#discussion_r147024731
--- Diff:
streaming/src/main/scala/org/apache/gearpump/streaming/task/TaskActor.scala ---
@@ -361,10 +358,11 @@ class TaskActor(
}
private def getSubscriptionWatermark(subs: List[(Int, Subscription)],
wmk: Instant): Instant = {
+ val wmkInMilli = wmk.toEpochMilli
--- End diff --
what is this change for ?---
