Azure Event Hubs · Arazzo Workflow
Microsoft Azure Event Hubs Register a Schema Registry Group
Version 1.0.0
Create an Avro schema group in a namespace's schema registry with a compatibility mode, then read it back to confirm registration.
View Spec
View on GitHub
Big DataEvent StreamingIoTMessage IngestionReal-Time ProcessingArazzoWorkflows
Provider
Workflows
register-schema-group
Create a schema registry group and verify its compatibility settings.
Creates an Avro schema group with the supplied compatibility mode and reads it back to confirm schemaType and schemaCompatibility.
1
createSchemaGroup
SchemaRegistry_CreateOrUpdate
Create or update the schema group with the supplied schema type and compatibility mode.
2
confirmSchemaGroup
SchemaRegistry_Get
Read the schema group back and confirm the schema type and compatibility mode were applied.