From dd9d349e0b3edd906244cf3765f6a94d88269b7a Mon Sep 17 00:00:00 2001 From: Emre Akinci Date: Wed, 11 Jan 2023 08:21:51 +0300 Subject: [PATCH] Remove schema validation before registration --- src/SchemaRegistry.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SchemaRegistry.ts b/src/SchemaRegistry.ts index cb8ce32..af454cd 100644 --- a/src/SchemaRegistry.ts +++ b/src/SchemaRegistry.ts @@ -117,7 +117,6 @@ export default class SchemaRegistry { const options = await this.updateOptionsWithSchemaReferences(confluentSchema, this.options) const schemaInstance = schemaFromConfluentSchema(confluentSchema, options) - helper.validate(schemaInstance) let isFirstTimeRegistration = false let subject: ConfluentSubject if (userOpts?.subject) {