You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using Kafka triggered function with Avro schema, if the Avro schema has an array structure, then Kafka event message is not mapped with schema fields correctly and array field are set as null.
Example Schema -
While using Kafka triggered function with Avro schema, if the Avro schema has an array structure, then Kafka event message is not mapped with schema fields correctly and array field are set as null.
Example Schema -
With above schema, the trigger processes the message with nestedPage as null. This looks like an issue related to Avro Deserialization.
Ref - https://portal.microsofticm.com/imp/v3/incidents/details/405766769/home
The text was updated successfully, but these errors were encountered: