Skip to content

Commit

Permalink
kafka: upgrade librdkafka dependency to 2.6 (envoyproxy#36682)
Browse files Browse the repository at this point in the history
updates the internal librdkafka dependency that's used in kafka mesh filter

Signed-off-by: Adam Kotwasinski <adam.kotwasinski@gmail.com>
  • Loading branch information
adamkotwasinski authored Oct 17, 2024
1 parent 2e3f326 commit b4e3568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1365,13 +1365,13 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Kafka (C/C++ client)",
project_desc = "C/C++ client for Apache Kafka (open-source distributed event streaming platform)",
project_url = "https://github.com/confluentinc/librdkafka",
version = "2.3.0",
sha256 = "2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12",
version = "2.6.0",
sha256 = "abe0212ecd3e7ed3c4818a4f2baf7bf916e845e902bb15ae48834ca2d36ac745",
strip_prefix = "librdkafka-{version}",
urls = ["https://github.com/confluentinc/librdkafka/archive/v{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.filters.network.kafka_mesh"],
release_date = "2023-10-25",
release_date = "2024-10-10",
cpe = "N/A",
license = "librdkafka",
license_url = "https://github.com/confluentinc/librdkafka/blob/v{version}/LICENSE",
Expand Down

0 comments on commit b4e3568

Please sign in to comment.