ivankelly opened a new pull request #1361: Add compactedOut flag for batched messages URL: https://github.com/apache/incubator-pulsar/pull/1361 If batched messages are to be compactable without changing their message ids, we need to be able to pad out the batch with empty messages, so that the batch index does not change. For this purpose, this patch introduces a flag, compactedOut. If a message in the batch has this flag, it will not be passed to the consumer.
---------------------------------------------------------------- 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
