Skip to content

Commit

Permalink
[ISSUE #3824] code optimization for MessageEntity (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
jevinjiang authored Mar 18, 2024
1 parent 0250a89 commit 291d748
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@

public class MessageEntity implements Serializable {

private static final long serialVersionUID = 6646148767540524786L;

private TopicMetadata topicMetadata;

private CloudEvent message;
private transient CloudEvent message;

private long offset;

Expand Down

0 comments on commit 291d748

Please sign in to comment.