JiangHaiting
JiangHaiting
### Motivation Currently owasp ci check fails on branch-2.10. See https://github.com/Jason918/pulsar/actions/runs/3088190603/jobs/4994380011#step:8:53 ``` Error: Failed to execute goal org.owasp:dependency-check-maven:7.1.0:aggregate (default) on project distribution: Error: Error: One or more dependencies were identified...
Master Issue: https://github.com/apache/pulsar/issues/16153 ### Motivation Add ShadowReplicator. ### Modifications - Add map `PersistentTopic#shadowReplicators`, most of its management just follows `PersistentTopic#replicators` - Add class `ShadowReplicator` ### Verifying this change - [x]...
Master Issue: https://github.com/apache/pulsar/issues/16153 ### Motivation After this PR, the basic function of `PIP-180 shadow topic` will be ready. ### Modifications - Add `ShadowManagedLedgerImpl` ### Verifying this change - [ ]...