diff --git a/.gitmodules b/.gitmodules index b40620c..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "servers/0.8.0/kafka-src"] - path = servers/0.8.0/kafka-src - url = https://github.com/apache/kafka.git -[submodule "servers/0.8.1/kafka-src"] - path = servers/0.8.1/kafka-src - url = https://github.com/apache/kafka.git diff --git a/README.md b/README.md index 8e99124..1227b58 100644 --- a/README.md +++ b/README.md @@ -195,22 +195,8 @@ tox The integration tests will actually start up real local Zookeeper instance and Kafka brokers, and send messages in using the client. -Note that you may want to add this to your global gitignore: +First, get the kafka binaries for integration testing: ```shell -.gradle/ -clients/build/ -contrib/build/ -contrib/hadoop-consumer/build/ -contrib/hadoop-producer/build/ -core/build/ -core/data/ -examples/build/ -perf/build/ -``` - -First, check out and the Kafka source: -```shell -git submodule update --init ./build_integration.sh ``` diff --git a/servers/0.8.0/kafka-src b/servers/0.8.0/kafka-src deleted file mode 160000 index 15bb396..0000000 --- a/servers/0.8.0/kafka-src +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 15bb3961d9171c1c54c4c840a554ce2c76168163 diff --git a/servers/0.8.1/kafka-src b/servers/0.8.1/kafka-src deleted file mode 160000 index 150d0a7..0000000 --- a/servers/0.8.1/kafka-src +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 150d0a70cbe2b1f980e9565a4fa59b0420d1c0a1