File tree Expand file tree Collapse file tree 8 files changed +7
-8
lines changed
.ddev/ci/scripts/kafka_consumer/linux Expand file tree Collapse file tree 8 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
21
21
LDFLAGS=" ${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
22
22
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
23
23
VERSION=" ${kafka_version} " \
24
- SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
24
+ SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
25
25
RELATIVE_PATH=" librdkafka-{{version}}" \
26
26
bash install-from-source.sh --enable-sasl --enable-curl
27
27
always_build+=(" confluent-kafka" )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
18
18
LDFLAGS=" ${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
19
19
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
20
20
VERSION=" ${kafka_version} " \
21
- SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
21
+ SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
22
22
RELATIVE_PATH=" librdkafka-{{version}}" \
23
23
bash install-from-source.sh --enable-sasl --enable-curl
24
24
always_build+=(" confluent-kafka" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
13
13
LDFLAGS=" ${LDFLAGS} -L${DD_PREFIX_PATH} /lib -lgssapi_krb5 -llmdb" \
14
14
DOWNLOAD_URL=" https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
15
15
VERSION=" ${kafka_version} " \
16
- SHA256=" 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a " \
16
+ SHA256=" 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 " \
17
17
RELATIVE_PATH=" librdkafka-{{version}}" \
18
18
bash install-from-source.sh --prefix=" ${DD_PREFIX_PATH} " --enable-sasl --enable-curl
19
19
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Write-Host "Will build librdkafka $kafka_version"
12
12
Get-RemoteFile `
13
13
- Uri " https://github.com/confluentinc/librdkafka/archive/refs/tags/v${kafka_version} .tar.gz" `
14
14
- Path " librdkafka-${kafka_version} .tar.gz" `
15
- - Hash ' 004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a '
15
+ - Hash ' 5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25 '
16
16
7z x " librdkafka-${kafka_version} .tar.gz" - o" C:\"
17
17
7z x " C:\librdkafka-${kafka_version} .tar" - o" C:\librdkafka"
18
18
Remove-Item " librdkafka-${kafka_version} .tar.gz"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget sof
8
8
# Install librdkafka from source since no binaries are available for the distribution we use on the CI:
9
9
git clone https://github.com/confluentinc/librdkafka
10
10
cd librdkafka
11
- git checkout v2.10 .0
11
+ git checkout v2.8 .0
12
12
sudo ./configure --install-deps --prefix=/usr
13
13
make
14
14
sudo make install
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ cachetools==5.5.2
9
9
clickhouse-cityhash==1.0.2.4
10
10
clickhouse-driver==0.2.9
11
11
cm-client==45.0.4
12
- confluent-kafka==2.10 .0
12
+ confluent-kafka==2.8 .0
13
13
cryptography==44.0.3
14
14
ddtrace==2.21.4
15
15
dnspython==2.7.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ license = "BSD-3-Clause"
36
36
37
37
[project .optional-dependencies ]
38
38
deps = [
39
- " confluent-kafka==2.10 .0" ,
39
+ " confluent-kafka==2.8 .0" ,
40
40
]
41
41
42
42
[project .urls ]
You can’t perform that action at this time.
0 commit comments