mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
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:
parent
0e70e21b58
commit
3d3c25b52d
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
2
contrib/cppkafka
vendored
@ -1 +1 @@
|
||||
Subproject commit f555ee36aaa74d17ca0dab3ce472070a610b2966
|
||||
Subproject commit b06e64ef5bffd636d918a742c689f69130c1dbab
|
Loading…
Reference in New Issue
Block a user