You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/31 08:04:13 UTC

[GitHub] sijie opened a new pull request #734: Issue 733: Event Time support in java client

sijie opened a new pull request #734: Issue 733: Event Time support in java client
URL: https://github.com/apache/incubator-pulsar/pull/734
 
 
   
   ### Motivation
   
   Introduce `event_time` in message for use cases (e.g. stream computing) that needs event time.
   
   This change is part of #732 
   
   ### Modifications
   
   - add `event_time` field in message metadata proto
   - expose `setEventTime` in MessageBuilder
   - expose `getEventTime` in Message
   - add event_time test cases for message & message builder
   
   ### Result
   
   After this change, clients are able to set and get event time from messages.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services