Skip to content

Commit 1c8c610

Browse files
committed
update kafka
1 parent 50c7a0f commit 1c8c610

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.builders/images/linux-aarch64/build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
2121
LDFLAGS="${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
2222
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
2323
VERSION="${kafka_version}" \
24-
SHA256="5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25" \
24+
SHA256="004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a" \
2525
RELATIVE_PATH="librdkafka-{{version}}" \
2626
bash install-from-source.sh --enable-sasl --enable-curl
2727
always_build+=("confluent-kafka")

.builders/images/linux-x86_64/build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
1818
LDFLAGS="${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
1919
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
2020
VERSION="${kafka_version}" \
21-
SHA256="5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25" \
21+
SHA256="004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a" \
2222
RELATIVE_PATH="librdkafka-{{version}}" \
2323
bash install-from-source.sh --enable-sasl --enable-curl
2424
always_build+=("confluent-kafka")

.builders/images/macos-x86_64/extra_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
1313
LDFLAGS="${LDFLAGS} -L${DD_PREFIX_PATH}/lib -lgssapi_krb5 -llmdb" \
1414
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
1515
VERSION="${kafka_version}" \
16-
SHA256="5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25" \
16+
SHA256="004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a" \
1717
RELATIVE_PATH="librdkafka-{{version}}" \
1818
bash install-from-source.sh --prefix="${DD_PREFIX_PATH}" --enable-sasl --enable-curl
1919

.builders/images/windows-x86_64/build_script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Write-Host "Will build librdkafka $kafka_version"
1212
Get-RemoteFile `
1313
-Uri "https://github.com/confluentinc/librdkafka/archive/refs/tags/v${kafka_version}.tar.gz" `
1414
-Path "librdkafka-${kafka_version}.tar.gz" `
15-
-Hash '5bd1c46f63265f31c6bfcedcde78703f77d28238eadf23821c2b43fc30be3e25'
15+
-Hash '004b1cc2685d1d6d416b90b426a0a9d27327a214c6b807df6f9ea5887346ba3a'
1616
7z x "librdkafka-${kafka_version}.tar.gz" -o"C:\"
1717
7z x "C:\librdkafka-${kafka_version}.tar" -o"C:\librdkafka"
1818
Remove-Item "librdkafka-${kafka_version}.tar.gz"

kafka_consumer/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Also bump the LIBRDKAFKA_VERSION version in this file
66
post-install-commands = [
77
"python -m pip uninstall -y confluent-kafka",
8-
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.8.0",
8+
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.10.0",
99
]
1010

1111
[envs.default.env-vars]

0 commit comments

Comments
 (0)