Skip to content

Commit f44352b

Browse files
authored
Import v2.10.0 (#1419)
2 parents c487c19 + 267d31d commit f44352b

17 files changed

+126
-120
lines changed

.semaphore/semaphore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ agent:
66
global_job_config:
77
env_vars:
88
- name: LIBRDKAFKA_VERSION
9-
value: v2.10.0-RC3
9+
value: v2.10.0
1010
prologue:
1111
commands:
1212
- checkout

kafka/api.html

+115-109
Large diffs are not rendered by default.

kafka/build_darwin_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_darwin_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_glibc_linux_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_glibc_linux_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_musl_linux_amd64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_musl_linux_arm64.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.10.0.tgz"

kafka/build_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ package kafka
1010
import "C"
1111

1212
// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
13-
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.10.0-RC3.tgz"
13+
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.10.0.tgz"

kafka/generated_errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package kafka
22

33
// Copyright 2016-2025 Confluent Inc.
4-
// AUTOMATICALLY GENERATED ON 2025-04-17 12:15:52.772889558 +0200 CEST m=+0.000212744 USING librdkafka 2.10.0-RC3
4+
// AUTOMATICALLY GENERATED ON 2025-04-18 01:45:36.475516 +0530 IST m=+0.000271959 USING librdkafka 2.10.0
55

66
/*
77
#include "select_rdkafka.h"
Binary file not shown.
-80 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

schemaregistry/api.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script defer="" src="https://go.dev/js/jquery.js">
1515
</script>
1616
<script>
17-
var goVersion = "go1.21.8";
17+
var goVersion = "go1.23.2";
1818
</script>
1919
<script defer="" src="https://go.dev/js/godocs.js">
2020
</script>
@@ -748,7 +748,7 @@ <h2 id="SubjectAndVersion">
748748
}
749749
</pre>
750750
<div id="footer">
751-
Build version go1.21.8.
751+
Build version go1.23.2.
752752
<br/>
753753
Except as
754754
<a href="https://developers.google.com/site-policies#restrictions">

0 commit comments

Comments
 (0)