Azure / azure-functions-java-library

Contains annotations for writing Azure Functions in Java
MIT License
43 stars 43 forks source link

Missing avroschema annotation with the Kafka Output binding for Java. #198

Open Catastrophe1 opened 1 year ago

Catastrophe1 commented 1 year ago

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?