The timestamp set in Kafka by HAProxyKafka doesn't match with the timestamp set in the data dt field. This is not great because we want to use the Kafka timestamp for Gobblin to batch rows in hourly folders.
See discussions below, the problem can't be fixed at HAProxyKafka level for performance reasons so we fix it in Gobblin by parsing the data and use its dt field (same as currently done in webrequest).