BewareMyPower opened a new pull request #6796: URL: https://github.com/apache/pulsar/pull/6796
### Motivation For C++ client, when a consumer of partitioned topics calls `acknowledgeCumulative()`, it just simply set result to `ResultOperationNotSupported` before. ### Modifications - Implement `PartitionedConsumerImpl::acknowledgeCumulative`; - Add an unit test to verify that cumulative acknowledgement works. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change added tests and can be verified as follows: Run `BasicEndToEndTest.testCumulativeAcknowledgeForPartitionedTopic`. ---------------------------------------------------------------- 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]
