Open
Description
Search before asking
- I searched in the issues and found nothing similar.
Read release policy
- I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.
Version
Pulsar 3.0.3 or highest.
Minimal reproduce step
None.
What did you expect to see?
When a topic with TTL, the replicator should check the TTL policy.
What did you see instead?
The replicator didn't TTL check.
Anything else?
https://github.com/apache/pulsar/pull/21865/files#diff-24429db90bbd34ae55499d1f3292768f3b8652666abf814dcc8102ee470f1a0cL79-L90 breaks this behavior.
Are you willing to submit a PR?
- I'm willing to submit a PR!