Oh, right, well spotted, I was looking in wrong branch. In 0.8.2 branch it's no longer private.
Thanks! Kind regards, Stevo Slavic On Fri, Oct 10, 2014 at 12:21 PM, Sean Owen <so...@cloudera.com> wrote: > It's private to package "kafka": > > https://github.com/apache/kafka/blob/0.8.1/core/src/main/scala/kafka/cluster/Broker.scala#L29 > > On Fri, Oct 10, 2014 at 10:47 AM, Stevo Slavić <ssla...@gmail.com> wrote: > > Hello Apache Kafka community, > > > > Attached trivial Maven built project with Kafka code fails to compile, > with > > error: > > > > "class Broker in package cluster cannot be accessed in package > > kafka.cluster" > > > > Does anyone have an idea what's the actual problem here and how to > > workaround it? > > > > Kind regards, > > Stevo Slavic. >