JSON Kafka Data Type | Transformation Data Type | Range and Description |
---|---|---|
Array | Array | Unlimited number of characters |
Boolean | Integer | TRUE (1) or FALSE (0) |
Double | Double | Precision 15 |
Integer | Integer | -2,147,483,648 to 2,147,483,647 Precision of 10, scale of 0 |
Long | Bigint | -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 Precision of 19 digits, scale of 0 |
Object | Struct | Unlimited number of characters |
String | String | 1 to 104,857,600 characters Default precision is 256. You can increase the value up to 104857600 characters. |