Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix condition for the topic filter usage

...

  1. If the ReplicationPolicy can correctly identify the source cluster of a topic (e.g. DefaultReplicationPolicy), the reverse checkpointing topic filter can be omitted, and all replica topics originating from the target will be reverse-checkpointed.
  2. If the ReplicationPolicy can cannot correctly identify the source cluster of a topic (e.g. IdentityReplicationPolicy), the reverse checkpointing filter has to be configured, and users need to manually specify which topics should be reverse-checkpointed.

...