The messages from mongo-kafka source connector are Extended JSON strings. What does the document look like in the collection ? Especially for fullDocument.received field.
Looking at Kafka Connect TimestampConverter SMT, the format property can used to generate the output or parse the input. Could you clarify whether you’re trying to generate a string date in the format of yyyy-MM-dd'T'HH:mm:ssZ ?
Sorry, but I have the same error like [Sendoh_Daten] .
The connector show this error: Caused by: org.apache.kafka.connect.errors.DataException: Only Struct objects supported for [converting timestamp formats], found: java.lang.String.
With this configuration:
transforms: Timestamp
transforms.Timestamp.format: ‘yyyy-MM-dd’‘T’‘HH:mm:ss.SSSXXX’
transforms.Timestamp.target.type: Timestamp
transforms.Timestamp.type: org.apache.kafka.connect.transforms.TimestampConverter$Value
transforms.Timestamp.field: eventDate
With what version or when is this problem expected to be corrected?