Change of Compatability setting in KAFKA Avro Schema

We are pushing data to KAFKA in Avro data format via data set. In Avro Schema rule, “perform schema evaluation when reading messages” checkbox is checked to enable backwards compatibility. However, we need to update to BOTH compatibility.

Is there way to change the combability settings in Pega Avro schema to BOTH or FORWARD.

And, does this setting apply when consume data if data set uses the same Avro schema rule?

@KasunJ In order for Pega to send the initial compatibility when registering a schema for the first time, all the elements must be optional, and the Kafka client will set the default compatibility. This will allow the next schema to be registered with the checkbox checked.In order for Pega to send the initial compatibility when registering a schema for the first time, all the elements must be optional, and the Kafka client will set the default compatibility. This will allow the next schema to be registered with the checkbox checked.