Skip to content

Commit

Permalink
fix(topicdata): topic must be included for tail (#1672)
Browse files Browse the repository at this point in the history
remove @JsonIgnore for topic . This is required to fix the tail functionality
  • Loading branch information
arindampatra33 authored Feb 16, 2024
1 parent 8f5ccb9 commit 536264f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/akhq/models/Record.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
@Getter
@NoArgsConstructor
public class Record {
@JsonIgnore
private Topic topic;
private int partition;
private long offset;
Expand Down

0 comments on commit 536264f

Please sign in to comment.