Skip to content

Commit

Permalink
make acker transient (apache#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen authored and sijie committed Jan 23, 2020
1 parent 472f448 commit c90854a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class BatchMessageIdImpl extends MessageIdImpl {
private final static int NO_BATCH = -1;
private final int batchIndex;

private final BatchMessageAcker acker;
private final transient BatchMessageAcker acker;

public BatchMessageIdImpl(long ledgerId, long entryId, int partitionIndex, int batchIndex) {
this(ledgerId, entryId, partitionIndex, batchIndex, BatchMessageAckerDisabled.INSTANCE);
Expand Down

0 comments on commit c90854a

Please sign in to comment.