You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/10 06:35:47 UTC

[GitHub] [pulsar] youzipi commented on issue #14190: 请教:event time的应用场景是什么?

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org