-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.MessagingMessaging crewMessaging crewSchema Registryblocking-releaseBlocks releaseBlocks release
Milestone
Description
SchemaRegistry
- discuss with feature crew about combining
register_schemaandget_schema_properties - update all discussed positional args to required keyword args + move Schema/SchemaProperties params to kwargs
- remove cache on client
- rename
SerializationTypetoSchemaFormat+serialization_typetoformat - rename
contenttoschema_definition - Rename endpoint to fully_qualified_namespace on client
- Investigate using BinaryData instead of string as the type for the content parameter and property type in SchemaRegistrySchema
- Come up with guidance around the recommended use of AutoRegisterSchema and make sure it aligns with our default value.
AvroSerializer
- make
group_namerequired kwarg - make
schemaparam inserializea kwarg --> will allow us to addidkwarg later, if user wants to pass inschema_idinstead. - change Dict to Mapping in avro
serializemethod
.NET issue: Azure/azure-sdk-for-net#24035
JS issue: Azure/azure-sdk-for-js#17697
Python:
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.MessagingMessaging crewMessaging crewSchema Registryblocking-releaseBlocks releaseBlocks release