Robert Joseph Evans created BOOKKEEPER-1011:
-----------------------------------------------
Summary: Clean up internal Bookkeeper constructors
Key: BOOKKEEPER-1011
URL: https://issues.apache.org/jira/browse/BOOKKEEPER-1011
Project: Bookkeeper
Issue Type: Improvement
Components: bookkeeper-client
Reporter: Robert Joseph Evans
One of the feedbacks from
https://github.com/apache/bookkeeper/pull/105#issuecomment-287787603
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.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)