poorbarcode opened a new pull request, #22480: URL: https://github.com/apache/pulsar/pull/22480
### Motivation Related to https://github.com/apache/pulsar/pull/22479 **Background** - When a topic is loading up, it will wait for the deduplication recovery to be finished if deduplication is enabled. - users can enable deduplication on the broker level, namespace level or topic level. - There is a scheduled task to acknowledge messages for the deduplication cursor. **Issue** The broker has no way to disable Deduplication(users can enable this feature by `broker.conf. brokerDeduplicationEnabled `, namespace level policies, or topic level policies), so the broker should not provide a way to turn off this scheduled task `deduplicationSnapshotMonitor`. ### Modifications Do not support disabling the scheduled task `deduplicationSnapshotMonitor`. ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [x] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [ ] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> ### Matching PR in forked repository PR in forked repository: x -- 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]
