Skip to content

Commit

Permalink
[ISSUE apache#9176] Fix pop message header missing fields when enable…
Browse files Browse the repository at this point in the history
… ACL 2.0 (apache#9179)
  • Loading branch information
zhiliatom authored Feb 21, 2025
1 parent 6cccff8 commit 5ca4dfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public RemotingCommand processRequest(final ChannelHandlerContext ctx, RemotingC
final PopMessageRequestHeader requestHeader =
request.decodeCommandCustomHeader(PopMessageRequestHeader.class, true);
final PopMessageResponseHeader responseHeader = (PopMessageResponseHeader) response.readCustomHeader();
requestHeader.setBornTime(System.currentTimeMillis());

// Pop mode only supports consumption in cluster load balancing mode
brokerController.getConsumerManager().compensateBasicConsumerInfo(
Expand Down

0 comments on commit 5ca4dfe

Please sign in to comment.