Azure/azure-functions-java-library

Missing annotations for the recently added remote schema registry support.

sapinderpalsingh opened this issue · 0 comments

Based on the below PR implementation, new Kafka binding related attributes got added to the Kafka extension.
SchemaRegistryUrl
SchemaRegistryUsername
SchemaRegistryPassword
Azure/azure-functions-kafka-extension#411

We need to have those to be added to the SDK to support this new feature in Java functions as well.