Hi Jeff,
If you are using the source tar, you will first need to compile the JAR's
as per the instructions on the README (https://github.com/apache/kafka).
Then you will indeed be able to run with "./bin/connect-distributed.sh
config/connect-distributed.properties". Alternately, you can just use t
I'm doing some local testing on my Mac to get a feel for Kafka Connect, and
I'm running into several issues.
First, when I untar the Kafka 0.10.0.1 source and run
`./bin/connect-distributed.sh config/connect-distributed.properties`, I get
a "Usage" message. By digging through scripts a bit, I foun