File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/confluent_kafka/schema_registry Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ async def send_request(
441441 body = json .dumps (body )
442442 headers = {'Content-Length' : str (len (body )),
443443 'Content-Type' : "application/vnd.schemaregistry.v1+json" ,
444- 'Accept-Version ' : "8.0 " }
444+ 'Confluent- Accept-Unknown-Properties ' : "true " }
445445
446446 if self .bearer_auth_credentials_source :
447447 await self .handle_bearer_auth (headers )
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ def send_request(
441441 body = json .dumps (body )
442442 headers = {'Content-Length' : str (len (body )),
443443 'Content-Type' : "application/vnd.schemaregistry.v1+json" ,
444- 'Accept-Version ' : "8.0 " }
444+ 'Confluent- Accept-Unknown-Properties ' : "true " }
445445
446446 if self .bearer_auth_credentials_source :
447447 self .handle_bearer_auth (headers )
You can’t perform that action at this time.
0 commit comments