Skip to content

Commit

Permalink
Remove kafka src submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Powers committed Aug 13, 2014
1 parent 31e3c22 commit d629b57
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
1 change: 0 additions & 1 deletion servers/0.8.0/kafka-src
Submodule kafka-src deleted from 15bb39
1 change: 0 additions & 1 deletion servers/0.8.1/kafka-src
Submodule kafka-src deleted from 150d0a

0 comments on commit d629b57

Please sign in to comment.