In this release, the schema name of the Apache Avro Record is populated into the Synapse message context as schemaName
, which can be retrieved in the mediation in the following way.
<property expression="get-property('schemaName')" name="kafka_avro_schema_name" xmlns:ns="http://org.apache.synapse/xsd"/>