MarvinCai commented on issue #9597: URL: https://github.com/apache/pulsar/issues/9597#issuecomment-824451181
@jangwind You're using `managedLedgerFactory.asyncDelete` which is delete managed ledger backing the topic and topic metadata, which is essential delete the topic. You can take a look at `ManagedLedgerImpl.internalTrimConsumedLedgers` which only delete the fully consumed ledger from topic. -- 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]
