diff options
author | Dana Powers <dana.powers@rd.io> | 2014-08-12 21:51:44 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2014-08-13 08:14:33 -0700 |
commit | d629b57a8037627a45119f40234184204a5b0995 (patch) | |
tree | 222a6fadb5a7e99a1db473b633ff3dff9b9701cb | |
parent | 31e3c22656e064ee72f703f8f845a53a52b99cf7 (diff) | |
download | kafka-python-d629b57a8037627a45119f40234184204a5b0995.tar.gz |
Remove kafka src submodules
-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 |