KIP-808 — Add support for different unix precisions in TimestampConverter SMT
Accepted Kafka 3.2 Connect
Extends the `TimestampConverter` SMT to support unix timestamp precision other than milliseconds—specifically seconds, microseconds, and nanoseconds—via a new `unix.precision` config. The existing SMT hard-codes millisecond precision for Unix Long types, breaking interoperability with external systems that produce or expect timestamps at different granularities.
Details
| Author | Julien Chanaud |
| Status | Accepted |
| Kafka Version | 3.2 |
| JIRA | KAFKA-13511 |
| Wiki | View on Apache Wiki |
| Created | 2021-12-09 |
| Last Modified | 2022-02-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.