BewareMyPower opened a new pull request, #492: URL: https://github.com/apache/pulsar-client-cpp/pull/492
### Motivation The callback in `acknowledgeCumulative` will never be called for a multi-topics consumer when the message id is invalid. ### Modifications - Fail the callback with `ResultOperationNotSupported` when the topic name of the message id is invalid - Keep the behavior the same for `acknowledge` - Add `MultiTopicsConsumerTest.testAcknowledgeInvalidMessageId` to verify an invalid message id won't block any acknowledge method -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
