You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
listing logs is a very common operation when using distributedlog in a filesystem-ish or objectstore-ish use case. we need to support listing logs by prefix.
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?
nice-to-have
Provide any additional detail on your proposed use case for this feature.
We can piggyback on current zookeeper getChildren call to achieve this.
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
listing logs is a very common operation when using distributedlog in a filesystem-ish or objectstore-ish use case. we need to support listing logs by prefix.
nice-to-have
We can piggyback on current zookeeper
getChildren
call to achieve this.The text was updated successfully, but these errors were encountered: