Hi:
I have a few questions about the stream time characteristics:
1. If the time characteristic is set to TimeCharacteristic.EventTime, but the
timers in a processor or trigger is set using registerProcessingTimeTimer (or
vice versa), then will that timer fire ?
2. Once the time character is set on the stream environment, and changed later
in the application, which one is applied, the first one or the last one ?
3. If the stream time characteristic is set to IngestionTime, then is there
any adverse effect of assigning the timestamp using
assignTimeStampAndWatermark to a stream later in the application ?
Thanks