Azure / azure-functions-java-library

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

Missing annotations for the recently added remote schema registry support. #199

Open sapinderpalsingh opened 11 months ago

sapinderpalsingh commented 11 months ago

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

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