GitHub user shenodaguirguis opened a pull request: https://github.com/apache/samza/pull/863
SAMZA-2029: Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime a) upon receiving a new event message, check if eventTime is available, and if so copy it to message metadata, to propagate to SamzaSQL layer. b) upon converting the event message to SamzaSQLRelMessage, assign current-time to be the event's arrival time (in the message metadata) You can merge this pull request into a Git repository by running: $ git pull https://github.com/shenodaguirguis/samza eventtime Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/863.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #863 ---- commit 0821bf49eb3cc30399df56e4bae1f6f09156c0c5 Author: Shenoda Guirguis <sguirguis@...> Date: 2018-12-07T19:27:03Z SAMZA-2029: Samza-SQL Diagnostics: propagate eventTime and assign arrivalTime ---- ---