Switch cppkafka to upstream and bump to upstream/master

All changes in ClickHouse-Extra has been merged into upstream no need in
using the fork.

There are not a lot of changes for now, and cppkafka does not looks like
in the active development stage, but just in case better to sync with
upstream.

FWIW cppkafka usage is pretty minimal and it's usage is questionable,
since librdkafka is under active development while cppkafka is not, and
later still does not support some features that is used in clickhouse:
- interceptors (for logging proxying)
This commit is contained in:
Azat Khuzhin 2020-07-31 00:38:17 +03:00
parent 0e70e21b58
commit 3d3c25b52d
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -76,7 +76,7 @@
url = https://github.com/google/snappy
[submodule "contrib/cppkafka"]
path = contrib/cppkafka
url = https://github.com/ClickHouse-Extras/cppkafka.git
url = https://github.com/mfontanini/cppkafka.git
[submodule "contrib/brotli"]
path = contrib/brotli
url = https://github.com/google/brotli.git

2
contrib/cppkafka vendored

@ -1 +1 @@
Subproject commit f555ee36aaa74d17ca0dab3ce472070a610b2966
Subproject commit b06e64ef5bffd636d918a742c689f69130c1dbab