youzipi commented on issue #14190:
URL: https://github.com/apache/pulsar/issues/14190#issuecomment-1034547766


   @startjava 
   event time is introduced here: 
https://github.com/apache/pulsar/wiki/PIP-5:-Event-time
   
   event time is used to clarify the order which event happens in streaming 
processing.
   
   for example, we have an order, it has 3 events ( by order of occurrence): 
`create`, `payed`,`cancel`.
   we may receive the `payed` after `cancel`, with event time, we can make sure 
 final status is `canceled`.
   
   simply, you can think the event time as `logical clock`.
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to