Hey all, A couple questions about running BK stand-alone:
1) If I call openLedgerNoRecovery am I blocking writes or not? What are the guarantees I lose - just ordering? Can I use this to essentially read / tail an active ledger? 2) How can I access BK's metadata so that I can determine a list of ledgers, and which ledgers are closed/open? It doesn't appear in the client documentation ( http://zookeeper.apache.org/bookkeeper/docs/r4.2.0/apidocs/org/apache/bookkeeper/client/) Is this not an intended operation? Are clients supposed to track ledger ids on their own (we are currently doing this but it seems suboptimal) Thank you; -Whitney Sorenson HubSpot