Pre-flight checklist
Bug Description
Hello, I got some Date parsing issues when running Avro matchers.
Steps to Reproduce
Avro fields type are optional strings with the following format :
{
"default": null,
"name": "MyDate",
"type": [
"null",
"string"
]
}
"MyDate": "2026-02-10T16:19:14.000000Z"
Expected Behaviour
No errors
Actual Behaviour
ktestify Version
1.0.3
Java Version
25
Kafka / Confluent Version
No response
Configuration (sanitize sensitive data)
Additional Context
No response
Pre-flight checklist
Bug Description
Hello, I got some Date parsing issues when running Avro matchers.
Steps to Reproduce
Avro fields type are optional strings with the following format :
"MyDate": "2026-02-10T16:19:14.000000Z"
Expected Behaviour
No errors
Actual Behaviour
ktestify Version
1.0.3
Java Version
25
Kafka / Confluent Version
No response
Configuration (sanitize sensitive data)
Additional Context
No response