Note: Please CC me if needed, I am not subscribed to this list. 0.9 changes say: “Java 1.6 is no longer supported”
However, the CWD in this example at http://kafka.apache.org/documentation.html#quickstart_multibroker <http://kafka.apache.org/documentation.html#quickstart_multibroker> says: "Now let's test out fault-tolerance. Broker 1 was acting as the leader so let's kill it: > ps | grep server-1.properties 7564 ttys002 0:15.91 /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java... > kill -9 7564” Seems to say you’re in a Java 1.6 world — see bold text. Does that ps paste need some minor updating? ^F for 1.6 finds it nowhere else, which is how I originally found it. Thanks for all the great work, Tyler Seattle, WA