Skip to content

Commit

Permalink
Documentation and error code update for librdkafka v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Aug 1, 2022
1 parent 24eda99 commit 1b60b10
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 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.1";
var goVersion = "go1.14";
</script>
<script defer="" src="https://go.dev/js/godocs.js">
</script>
Expand Down Expand Up @@ -1364,8 +1364,8 @@ <h3>
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/adminoptions.go">
adminoptions.go
</a>
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/build_darwin_arm64.go">
build_darwin_arm64.go
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/build_glibc_linux.go">
build_glibc_linux.go
</a>
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/config.go">
config.go
Expand Down Expand Up @@ -1538,7 +1538,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 darwin_arm64 from librdkafka-static-bundle-v1.9.1.tgz"</pre>
<pre>const <span id="LibrdkafkaLinkInfo">LibrdkafkaLinkInfo</span> = "static glibc_linux from librdkafka-static-bundle-v1.9.2.tgz"</pre>
<p>
OffsetBeginning represents the earliest offset (logical)
</p>
Expand Down Expand Up @@ -3674,7 +3674,7 @@ <h3 id="Error.TxnRequiresAbort">
</p>
<h2 id="ErrorCode">
type
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/generated_errors.go?s=283:301#L1">
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/generated_errors.go?s=282:300#L1">
ErrorCode
</a>
<a class="permalink" href="#ErrorCode">
Expand Down Expand Up @@ -4007,7 +4007,7 @@ <h2 id="ErrorCode">
)</pre>
<h3 id="ErrorCode.String">
func (ErrorCode)
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/generated_errors.go?s=370:404#L4">
<a href="https://github.com/confluentinc/confluent-kafka-go/blob/v1.9.1/kafka/generated_errors.go?s=369:403#L4">
String
</a>
<a class="permalink" href="#ErrorCode.String">
Expand Down Expand Up @@ -5401,7 +5401,7 @@ <h2 id="TopicSpecification">
}
</pre>
<div id="footer">
Build version go1.18.1.
Build version go1.14.
<br/>
Except as
<a href="https://developers.google.com/site-policies#restrictions">
Expand All @@ -5416,11 +5416,11 @@ <h2 id="TopicSpecification">
</a>
.
<br/>
<a href="https://golang.org/doc/tos.html">
<a href="/doc/tos.html">
Terms of Service
</a>
|
<a href="https://www.google.com/intl/en/policies/privacy/">
<a href="http://www.google.com/intl/en/policies/privacy/">
Privacy Policy
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion kafka/generated_errors.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package kafka
// Copyright 2016-2022 Confluent Inc.
// AUTOMATICALLY GENERATED ON 2022-07-07 00:18:45.833869 +0200 CEST m=+0.000704459 USING librdkafka 1.9.1
// AUTOMATICALLY GENERATED ON 2022-08-01 22:56:19.86222475 +0200 CEST m=+0.000294735 USING librdkafka 1.9.2

/*
#include "select_rdkafka.h"
Expand Down
8 changes: 4 additions & 4 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.2";
var goVersion = "go1.14";
</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.2.
Build version go1.14.
<br/>
Except as
<a href="https://developers.google.com/site-policies#restrictions">
Expand All @@ -579,11 +579,11 @@ <h3 id="SchemaMetadata.UnmarshalJSON">
</a>
.
<br/>
<a href="https://golang.org/doc/tos.html">
<a href="/doc/tos.html">
Terms of Service
</a>
|
<a href="https://www.google.com/intl/en/policies/privacy/">
<a href="http://www.google.com/intl/en/policies/privacy/">
Privacy Policy
</a>
</div>
Expand Down

0 comments on commit 1b60b10

Please sign in to comment.