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?