Remove kafka src submodules
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
README.md
16
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
|
||||
```
|
||||
|
||||
|
||||
Submodule servers/0.8.0/kafka-src deleted from 15bb3961d9
Submodule servers/0.8.1/kafka-src deleted from 150d0a70cb
Reference in New Issue
Block a user