You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Arvin Yao <ar...@gmail.com> on 2017/09/07 06:37:55 UTC

Pulsar managed-ledger interface design

Hello,
	I’m interested in the managed-ledger implementation and has gone into the code. I find that the MetaStore is located in the impl package, but this interface is responsible for managing meta for all managed-ledger, so why not put it in the root package, just as ManagedLedger interface? 
	And for the Entry interface, the method getLedgerId and getEntryId is not necessary and not abstract enough, because we already has the getPosition method.In my opinion, we can remove these two method.
	Thanks all!

Arvin