Figuring out a better overall algorithmic & data structure design that's an order of magnitude improvement seems far more important than swapping out libraries. And I say this as a Curator fan and committer. ;)
On Mon, Nov 4, 2019 at 11:44 AM Erick Erickson <[email protected]> wrote: > Bram: > > Using Curator has been proposed before. It would require significant > refactoring b/c of how deeply entwined raw ZK is in the code. That said, if > we’re going to do major surgery it may be the right time to consider it. > > Erick > > > On Nov 4, 2019, at 9:24 AM, Bram Van Dam <[email protected]> wrote: > > > >> SolrCloud is sick right now. The way low level Zookeeper is handeled > > > > On an unrelated project, I've stopped using "raw" ZK client access and > > have switched to Curator. The API is a fair bit easier to work with, and > > it results in less ugly code. I realize that this won't go very far in > > resolving more fundamental issues, but it might be something that can > > help improve the shape of the code. > > > > - Bram > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
