diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | README.md | 16 | ||||
m--------- | servers/0.8.0/kafka-src | 0 | ||||
m--------- | servers/0.8.1/kafka-src | 0 |
4 files changed, 1 insertions, 21 deletions
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 @@ -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 -Subproject 15bb3961d9171c1c54c4c840a554ce2c7616816 diff --git a/servers/0.8.1/kafka-src b/servers/0.8.1/kafka-src deleted file mode 160000 -Subproject 150d0a70cbe2b1f980e9565a4fa59b0420d1c0a |