I have to decode avro messages without any schema as there are some fields where logical type is defined as date and there are values in the filed which are garbage value and because of that all the records are rejecting, Is there a way to consume those records.
I am using confluent kafka consumer api.