diff options
| author | Mark Roberts <wizzat@gmail.com> | 2014-04-23 02:04:04 -0700 |
|---|---|---|
| committer | Mark Roberts <wizzat@gmail.com> | 2014-04-23 02:04:04 -0700 |
| commit | 7e5c847aa91de8786c08e8424519ddd22d5c67e8 (patch) | |
| tree | ea1edb1092284e4d82c6c0c5d0b2728b509f2f1a /.gitmodules | |
| parent | 6628c109b786cfc3c429400eaa258298bcc77ec0 (diff) | |
| download | kafka-python-7e5c847aa91de8786c08e8424519ddd22d5c67e8.tar.gz | |
Add support for kafka 0.8.1
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 9f003c2..b40620c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [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 |
