Hi,
I am using a batch input to ingest some huge files with a single line events that do not have a timestamp.
I have used the DATETIME_CONFIG = CURRENT config but found the following error.:
WARN AggregatorMiningProcessor - Too many events (100K) with the same timestamp: incrementing timestamps 1 second(s) into the future to insure retrievability .
Which is more effective NONE or CURRENT and what can be used in my case?
Thanks