[ https://issues.apache.org/jira/browse/KAFKA-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203936#comment-15203936 ]
ASF GitHub Bot commented on KAFKA-3431: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/1105 KAFKA-3431: Remove `o.a.k.common.BrokerEndPoint` in favour of `Node` Also included a minor efficiency improvement in kafka.cluster.EndPoint. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ijuma/kafka kafka-3431-replace-broker-end-point-with-node Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1105.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1105 ---- commit d67665b587bfdd3de3535ae67aaf36c4926b2fbd Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-20T23:27:10Z KAFKA-3431: Remove `o.a.k.common.BrokerEndPoint` in favour of `Node` commit 89911be606b663419c3e5e72ececda44054e078c Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-20T23:28:05Z Avoid compiling regex for `kafka.cluster.EndPoint` multiple times ---- > Move `BrokerEndPoint` from `o.a.k.common` to `o.a.k.common.internals` > --------------------------------------------------------------------- > > Key: KAFKA-3431 > URL: https://issues.apache.org/jira/browse/KAFKA-3431 > Project: Kafka > Issue Type: Improvement > Reporter: Ismael Juma > Assignee: Ismael Juma > Priority: Critical > Fix For: 0.10.0.0 > > > As per the following comment, we should move `BrokerEndPoint` from `common` > to `common.internals` as it's not public API. > https://issues.apache.org/jira/browse/KAFKA-2970?focusedCommentId=15157821&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15157821 -- This message was sent by Atlassian JIRA (v6.3.4#6332)