Skip to content

Commit

Permalink
feat(json): Add function CodecJsonEnabled inside ISchemaRegistryCli…
Browse files Browse the repository at this point in the history
…ent interface
  • Loading branch information
k20human committed Aug 19, 2024
1 parent f2c6b0f commit 73d25e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemaRegistryClient.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type ISchemaRegistryClient interface {
CachingEnabled(value bool)
ResetCache()
CodecCreationEnabled(value bool)
CodecJsonEnabled(value bool)
IsSchemaCompatible(subject, schema, version string, schemaType SchemaType, references ...Reference) (bool, error)
}

Expand Down

0 comments on commit 73d25e4

Please sign in to comment.