confluent-avro-py
confluent-avro-py copied to clipboard
An Avro SerDe implementation that integrates with the confluent schema registry and serializes and deserializes data according to the defined confluent wire format
Results
1
confluent-avro-py issues
Sort by
recently updated
recently updated
newest added
Requests can also ignore verifying the SSL certificate if you set verify to False: exemple: requests.get('https://exemple.com', **_verify=False_**) to add it as: registry_client = SchemaRegistry( "https://schemaregistry", HTTPBasicAuth("", ""), headers={"Content-Type": "application/vnd.schemaregistry.v1+json"}, _**verify=False,**_...