Re: [Spark SQL] KafkaWriteTask: allow customising timestamp - PR

2024-11-06 Thread Peter Fischer
On Fri, Nov 1, 2024 at 11:37 AM Martin Andersson wrote: > Why do you need to change the kafka native timestamp? It is the time the > message was *produced*, defined by the configuration > log.message.timestamp.type >

Re: [Spark SQL] KafkaWriteTask: allow customising timestamp - PR

2024-11-01 Thread Martin Andersson
Why do you need to change the kafka native timestamp? It is the time the message was produced, defined by the configuration log.message.timestamp.type, by default the time the record was created client-side. If yo