This PR makes it possible to use timestamps from Kafka record metadata as a designated timestamp in QuestDB.
It introduces a new boolean configuration option: timestamp.kafka.native It's false by default and when enabled then the connector with use timestamps from Kafka records metadata as designated timestamps. This option is mutually exclusive with timestamp.field.name.
This PR makes it possible to use timestamps from Kafka record metadata as a designated timestamp in QuestDB.
It introduces a new boolean configuration option:
timestamp.kafka.native
It'sfalse
by default and when enabled then the connector with use timestamps from Kafka records metadata as designated timestamps. This option is mutually exclusive withtimestamp.field.name
.