BewareMyPower opened a new pull request #14070: URL: https://github.com/apache/pulsar/pull/14070
### Motivation https://github.com/apache/pulsar/pull/13627 supports chunking messages for C++ client. However, the consumer configuration `AutoOldestChunkedMessageOnQueueFull` has a typo that it doesn't contain the `Ack`. See the corresponding Java configuration: https://github.com/apache/pulsar/blob/d11147616aa6cc7888420f6325bb71cd7f7ab065/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ConsumerBuilder.java#L733 Since #13627 is not included in any release now, we should include this fix before 2.10.0 release. ### Modifications - Change `setAutoOldestChunkedMessageOnQueueFull` to `setAutoAckOldestChunkedMessageOnQueueFull`. - Change `isAutoOldestChunkedMessageOnQueueFull` to `isAutoAckOldestChunkedMessageOnQueueFull`. ### Verifying this change - [ ] Make sure that the change passes the CI checks. This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (yes / no) - The public API: (**yes**) - The schema: (yes / no / don't know) - The default values of configurations: (yes / no) - The wire protocol: (yes / no) - The rest endpoints: (yes / no) - The admin cli options: (yes / no) - Anything that affects deployment: (yes / no / don't know) -- 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]
