KIP-1154 — Extending support for Microsecond Precision for Kafka Connect
Discussion Connect
Extends Kafka Connect's timestamp logical type support to include microsecond (`timestamp-micros`) and nanosecond (`timestamp-nanos`) precision alongside the existing millisecond-only `Timestamp` type. Source systems and formats such as Avro and Parquet support sub-millisecond timestamp precision; Connect's millisecond truncation silently loses precision when ingesting or egressing high-resolution timestamp data.
Details
| Author | Pritam Kumar Mishra |
| Status | Discussion |
| JIRA | KAFKA-19086 |
| Wiki | View on Apache Wiki |
| Created | 2025-04-05 |
| Last Modified | 2025-04-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.