> BookKeeper object does not expose LedgerManager, I don't know if we want to
> expose it in the new API
LedgerManagerFactory#newLedgerManagerFactory is public now, and you
can get a ledger manager from there. Why not just use it directly for
the moment? If/when there comes a time where we break the interface,
and you need some guarantees of BC, split out an interface at _that_
point, rather than doing the work upfront for a problem that may never
happen.

-Ivan

Reply via email to