GitHub user BewareMyPower added a comment to the discussion: deduplicationStatus failed for one of the partition of the topic
You can see my latest PR, which should make code more clear: https://github.com/apache/pulsar/pull/24511 1. Open the `pulsar.dedup` cursor to load sequence map (`highestSequencedPersisted`) from the cursor's properties 2. Read entries from the mark-delete position on that cursor to the last position, update `highestSequencedPersisted` from the bytes of these entries. GitHub link: https://github.com/apache/pulsar/discussions/24558#discussioncomment-13885770 ---- This is an automatically sent email for commits@pulsar.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@pulsar.apache.org