RE: Building the 0.9.0 branch

2016-02-10 Thread John Prout
to find out how to run a command for a given version of Scala. The build uses Scala 2.10 by default. https://github.com/apache/kafka/blob/trunk/README.md Ismael On Wed, Feb 10, 2016 at 1:49 AM, John Prout wrote: > Folks > > I am trying to work with the latest from the 0.9.0 branch

Building the 0.9.0 branch

2016-02-09 Thread John Prout
Folks I am trying to work with the latest from the 0.9.0 branch (0.9.0.1-SNAPSHOT) The build appears to have changed the Maven artifact which it produces, at least for the "core" part of the project When I built about a week ago, the Artifact was org.apache.kafka:kafka_2.11:0.9.0.1-SNAPSHOT Bu

RE: How to bind all Kafka tcp port to private net address

2016-02-01 Thread John Prout
I have set the host.name option in the server.properties file, but the Broker is still binding to all interfaces, and logging that's what it is doing. This is with kafka 0.9.0 running on a Solaris 10 server with 3 Virtual interfaces installed, in addition to the Physical interface. John -O