Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

ISSUE-577: Clean up internal Bookkeeper constructors #31

Open
sijie opened this issue Jan 15, 2020 · 0 comments
Open

ISSUE-577: Clean up internal Bookkeeper constructors #31

sijie opened this issue Jan 15, 2020 · 0 comments

Comments

@sijie
Copy link
Member

sijie commented Jan 15, 2020

Original Issue: apache#577


JIRA: https://issues.apache.org/jira/browse/BOOKKEEPER-1011

Reporter: Robert Joseph Evans @revans2

One of the feedbacks from

apache#105 (comment)

was that there are some customer APIs that need to be cleaned up. This is specifically for the two constructors in Bookkeeper

{code}
public BookKeeper(ClientConfiguration conf, ZooKeeper zk);
public BookKeeper(ClientConfiguration conf, ZooKeeper zk, ClientSocketChannelFactory channelFactory);
{code}

That are really for internal use only. We should find a way to mark them as such.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant