ksprojects / zkcopy

ZooKeeper copy utililty
Apache License 2.0
240 stars 96 forks source link

Filter + Rename + Dry run #18

Closed naude-r closed 2 years ago

naude-r commented 5 years ago

We would like to see 2 new options:

  1. filter -> allow one to copy only keys that matches a specific filter
  2. rename -> match regex and rename
  3. ideally a dry run option as well to be able to test / verify behaviour.
kshchepanovskyi commented 2 years ago

Thank you for the suggestion. I'll gladly accept PR for filtering support. Rename is more questionable as more complicated.