Skip to content

Commit

Permalink
librdkafka v2.1.0 (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
milindl committed Apr 6, 2023
2 parents 2240284 + 12328b2 commit 64c6582
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ agent:
global_job_config:
env_vars:
- name: LIBRDKAFKA_VERSION
value: v2.1.0-RC3
value: v2.1.0
prologue:
commands:
- checkout
Expand Down
10 changes: 5 additions & 5 deletions kafka/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script defer="" src="https://go.dev/js/jquery.js">
</script>
<script>
var goVersion = "go1.18.5";
var goVersion = "go1.18.2";
</script>
<script defer="" src="https://go.dev/js/godocs.js">
</script>
Expand Down Expand Up @@ -1757,7 +1757,7 @@ <h2 id="pkg-constants">
<p>
LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
</p>
<pre>const <span id="LibrdkafkaLinkInfo">LibrdkafkaLinkInfo</span> = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"</pre>
<pre>const <span id="LibrdkafkaLinkInfo">LibrdkafkaLinkInfo</span> = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.1.0.tgz"</pre>
<p>
OffsetBeginning represents the earliest offset (logical)
</p>
Expand Down Expand Up @@ -4507,7 +4507,7 @@ <h3 id="Error.TxnRequiresAbort">
</p>
<h2 id="ErrorCode">
type
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v2.1.0/kafka/generated_errors.go?s=287:305#L2">
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v2.1.0/kafka/generated_errors.go?s=284:302#L2">
ErrorCode
</a>
<a class="permalink" href="#ErrorCode">
Expand Down Expand Up @@ -4842,7 +4842,7 @@ <h2 id="ErrorCode">
)</pre>
<h3 id="ErrorCode.String">
func (ErrorCode)
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v2.1.0/kafka/generated_errors.go?s=374:408#L5">
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v2.1.0/kafka/generated_errors.go?s=371:405#L5">
String
</a>
<a class="permalink" href="#ErrorCode.String">
Expand Down Expand Up @@ -6442,7 +6442,7 @@ <h2 id="TopicSpecification">
}
</pre>
<div id="footer">
Build version go1.18.5.
Build version go1.18.2.
<br/>
Except as
<a href="https://developers.google.com/site-policies#restrictions">
Expand Down
2 changes: 1 addition & 1 deletion kafka/build_darwin_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static darwin_amd64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_darwin_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static darwin_arm64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_glibc_linux_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_glibc_linux_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static glibc_linux_arm64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_musl_linux_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static musl_linux_amd64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_musl_linux_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static musl_linux_arm64 from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ package kafka
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.1.0-RC3.tgz"
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v2.1.0.tgz"
2 changes: 1 addition & 1 deletion kafka/generated_errors.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package kafka

// Copyright 2016-2023 Confluent Inc.
// AUTOMATICALLY GENERATED ON 2023-04-05 14:41:19.963281797 +0530 IST m=+0.000075103 USING librdkafka 2.1.0-RC3
// AUTOMATICALLY GENERATED ON 2023-04-06 10:01:43.670641716 +0200 CEST m=+0.005006695 USING librdkafka 2.1.0

/*
#include "select_rdkafka.h"
Expand Down
Binary file modified kafka/librdkafka_vendor/librdkafka_darwin_amd64.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_darwin_arm64.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_glibc_linux_amd64.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_glibc_linux_arm64.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_musl_linux_amd64.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_musl_linux_arm64.a
Binary file not shown.
4 changes: 2 additions & 2 deletions schemaregistry/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script defer="" src="https://go.dev/js/jquery.js">
</script>
<script>
var goVersion = "go1.18.5";
var goVersion = "go1.18.2";
</script>
<script defer="" src="https://go.dev/js/godocs.js">
</script>
Expand Down Expand Up @@ -564,7 +564,7 @@ <h3 id="SchemaMetadata.UnmarshalJSON">
UnmarshalJSON implements the json.Unmarshaller interface
</p>
<div id="footer">
Build version go1.18.5.
Build version go1.18.2.
<br/>
Except as
<a href="https://developers.google.com/site-policies#restrictions">
Expand Down

0 comments on commit 64c6582

Please sign in to comment.