Theo van Kraay

Results 22 comments of Theo van Kraay

@sujit-warrier-maersk do you need to use `AvroConverter`? Typically `JsonConverter` is used, per sample in [documentation for source connector](https://learn.microsoft.com/azure/cosmos-db/nosql/kafka-connector-source). ```json { "name": "cosmosdb-source-connector", "config": { "connector.class": "com.azure.cosmos.kafka.connect.source.CosmosDBSourceConnector", "tasks.max": "1", "key.converter": "org.apache.kafka.connect.json.JsonConverter",...

This is not a bug. Please see https://kafka.apache.org/23/javadoc/index.html?org/apache/kafka/connect/data/Timestamp.html _A timestamp representing an absolute time, without timezone information. The corresponding Java type is a java.util.Date. The underlying representation is a long...