Kafka consumer connector time_of_event_field and date_format value with epoch time
HiWe have a Kafka connector instance which is collecting events from a Kafka topic. It is possible to set the time_of_event_field from a field in the Kafka payload, and we have a field we would like to use (timestamp_kafka). The problem is that the t...