Hi,
Can I please get any document reference on how does the Kafka Iceberg connector map types in Kafka Connect to types in Iceberg? For example, with a number in JSON, the JsonSchemaConverter or JsonConverter will infer its Kafka Connect type during deserialization. Then, the connector will map this Connect type to an Iceberg type. What Iceberg type will it use?
Hi, Can I please get any document reference on how does the Kafka Iceberg connector map types in Kafka Connect to types in Iceberg? For example, with a number in JSON, the JsonSchemaConverter or JsonConverter will infer its Kafka Connect type during deserialization. Then, the connector will map this Connect type to an Iceberg type. What Iceberg type will it use?