-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Schema Registry readme and samples issues #20970
Copy link
Copy link
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.DocsSchema Registryneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.test-manual-pass
Description
Activity
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.DocsSchema Registryneeds-team-triageWorkflow: This issue needs the team to triage.Workflow: This issue needs the team to triage.test-manual-pass
Section link1, link2:

Reason 1:
The order of the parameters is wrong.
Reason 2:
AttributeError: 'SchemaProperties' object has no attribute 'schema_id'.
Suggestion 1:
Update to
schema_content, serialization_typeSuggestion 2:
Update to
idSection link1, link2, link3:

Reason :
TypeError: init() missing 1 required positional argument: 'fully_qualified_namespace'.
Suggestion :
Update to
fully_qualified_namespaceSection link:

Reason :
AttributeError: 'Schema' object has no attribute 'content'.
Suggestion :
Update to
schema_definitionSection link:

Reason :
AttributeError: 'SchemaRegistryClient' object has no attribute 'get_schema_id'.
Suggestion :
Update to
get_schema_propertiesSection link1, link2, link3, link4:

Reason:
TypeError: init() takes 1 positional argument but 3 were given.
Suggestion:
Update to
client=schema_registry_client, group_name=schema_groupSection link1, link2:


Reason 1:
TypeError: serialize() takes 2 positional arguments but 3 were given.
Reason 2:
TypeError: serialize() missing 1 required positional argument: 'value'.
Suggestion 1,2:
Update to
value=dict_data, schema=schema_stringJames Liao - MSFT Developer Division PM (@jameszliao-msft) , Laurent Mazuel (@lmazuel) , Ramya Rao (@ramya-rao-a) , Adam Ling (@yunhaoling) for notification.