Skip to content

Commit

Permalink
feat(avro schema): new Avro type - error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Apr 15, 2024
1 parent e38fead commit dda9b18
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public enum AvroSchemaType {
@JsonProperty("record")
RECORD,

@JsonProperty("error")
ERROR,

@JsonProperty("enum")
ENUM,

Expand Down

0 comments on commit dda9b18

Please sign in to comment.