merlimat commented on issue #6796: URL: https://github.com/apache/pulsar/pull/6796#issuecomment-618171415
> @merlimat Actually Java implementation allows cumulative acks on partitioned topic. You can run CumulativeAckForPartitionedTopic.java. The output will prove what I've mentioned before. Whoever did that change has done wrong. From an API standpoint, it doesn't make any sense to do the cumulative ack on just one topic. A consumer is receiving a sequence of messages from multiple partitions/topics and acks cumulatively... though only some of the messages are actually acknowledged... ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
