apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Support log rename #209

Closed sijie closed 6 years ago

sijie commented 6 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting.

rename is a very common operation when using distributedlog in a filesystem-ish or objectstore-ish use case. we need to support renaming log.

  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

must-have for filesystem-ish or objectstore-ish use cases.

  1. Provide any additional detail on your proposed use case for this feature.

the current implementation might not be very efficient when using zookeeper. it can be improved when we move off zookeeper.

sijie commented 6 years ago

It is part of #153