Skip to content

Commit

Permalink
[schema registry] Update to latest swagger (#11650)
Browse files Browse the repository at this point in the history
* Update to latest schema registry swagger

* Update recordings
  • Loading branch information
nguerrera authored Oct 6, 2020
1 parent 348cbea commit 2c57c8e
Show file tree
Hide file tree
Showing 28 changed files with 553 additions and 331 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export class SchemaRegistryAvroSerializer {
const schemaResponse = await this.registry.getSchemaById(schemaId);
if (!schemaResponse.serializationType.match(/^avro$/i)) {
throw new Error(
`Schema with ID '${schemaResponse.id}' has has serialization type '${schemaResponse.serializationType}', not 'avro'.`
`Schema with ID '${schemaResponse.id}' has serialization type '${schemaResponse.serializationType}', not 'avro'.`
);
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2c57c8e

Please sign in to comment.