Azure/azure-functions-java-library

Missing avroschema annotation with the Kafka Output binding for Java.

Catastrophe1 opened this issue · 0 comments

Hi. According to the doc: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-kafka-output?tabs=in-process%2Cevent-hubs&pivots=programming-language-java#annotations

avroschema annotation should be supported for Kafka Output binding. But in the Java extension definition, the annotation definition is missing: https://github.com/Azure/azure-functions-java-library/blob/dev/src/main/java/com/microsoft/azure/functions/annotation/KafkaOutput.java

When are we going to fix the issue?