Skip to content

Commit

Permalink
fix(schema): adding JsonIgnore on awsGlueKafkaDeserializer (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisSouquiere authored Feb 4, 2024
1 parent 8caa4b3 commit 822fc6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/akhq/models/Record.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public class Record {

@JsonIgnore
private Boolean truncated;
@JsonIgnore
private Deserializer awsGlueKafkaDeserializer;


Expand Down

0 comments on commit 822fc6c

Please sign in to comment.