The apache-apex documentation states that the order of events in processors is preserved (based on how they are emitted), but does that mean that there is no event-time concept that allows out-of-order processing of events?
Moreover, can events be re-prioritized based on their contents, e.g. when they contain special phrases (e.g. AUTH in a security context). NiFi allows this, which is useful in situations with limited bandwidth.