[ https://issues.apache.org/jira/browse/KAFKA-3431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15203567#comment-15203567 ]
ASF GitHub Bot commented on KAFKA-3431: --------------------------------------- GitHub user ijuma opened a pull request: https://github.com/apache/kafka/pull/1102 KAFKA-3431; Move `BrokerEndPoint` from `o.a.k.common` to `o.a.k.common.internals` 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-broker-end-point-internals Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1102.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 #1102 ---- commit 3bd3dabc4cd8684a580d41fe5d816d80876263b1 Author: Ismael Juma <ism...@juma.me.uk> Date: 2016-03-20T23:27:10Z KAFKA-3431: Move `BrokerEndPoint` from `o.a.k.common` to `o.a.k.common.internals` commit f49de2dec4831f6497abd3c5028c13af4198c381 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)