azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

Should support external Avro Schema Registry

Open fbeltrao opened this issue 6 years ago • 3 comments

Should support external Avro schema registry. Currently only fix Avro schemas are supported.

fbeltrao avatar Mar 29 '19 19:03 fbeltrao

Hi @fbeltrao Could you explain more detail of this issue?

TsuyoshiUshio avatar Jun 27 '20 00:06 TsuyoshiUshio

This feature would allow the extension to validate messages against an external schema registry. This is something the Confluent offers to customers to ensure message format consistency.

fbeltrao avatar Jun 29 '20 12:06 fbeltrao

Instead of having a "hard-coded" schema inside the application, the idea is to use a remote registry. My company uses this approach so we have a remote repository with all contracts exchange between our systems. It would be very helpful to see this feature available on the extension.

https://docs.confluent.io/platform/current/schema-registry/schema_registry_onprem_tutorial.html#schema-registry-onprem-tutorial

felipelino avatar Feb 17 '21 17:02 felipelino

Will it be supported in java as well?

dils1 avatar Jan 04 '23 11:01 dils1