sijie commented on a change in pull request #1361: Add compactedOut flag for 
batched messages
URL: https://github.com/apache/incubator-pulsar/pull/1361#discussion_r173973624
 
 

 ##########
 File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/ConsumerImpl.java
 ##########
 @@ -947,6 +947,14 @@ void receiveIndividualMessagesFromBatch(MessageMetadata 
msgMetadata, ByteBuf unc
                     ++skippedMessages;
                     continue;
                 }
+                if (singleMessageMetadataBuilder.getCompactedOut()) {
 
 Review comment:
   can you add a simple test for it?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to