Hi all, In the PIP, I missed how to migrate from system topic to metadata store for the ExtensibleLoadMangerImpl service unit(bundle) ownership storage. I updated this part in the pip, and please check if this direction is fine too.
https://github.com/apache/pulsar/pull/23300/commits/5d25ef8535bde62df7fff53b31198ea67ddf6ab5 The idea is to sync system topic and metadata store during migration operation (this syncer is run by the leader only under the dynamic config). Thanks, Heesung On Thu, Sep 12, 2024 at 4:06 PM Heesung Sohn <hees...@apache.org> wrote: > > Hi All, > > I drafted a proposal to add ServiceUnitStateTableView abstraction in > ExtensibleLoadMangerImpl. > This abstraction could help to event-source bundle ownership via other > stores like ZK in addition to Pulsar system topics. > https://github.com/apache/pulsar/pull/23300 > > I'm looking forward to hearing from you. > > Thanks, > Heesung