Hi,
Java Consumer is failing to deserialize the message with Specific Record POJO, after Schema is evolved by the producer. What can we do to handle this situation?
Producer added new optional fields, and is publishing with the new schema, can consumer ignore them?
I tried some of the options, like setting below variables, but they are not working.
“use.schema.id”
spring.jackson.deserialization.FAIL_ON_UNKNOWN_PROPERTIES=false