Skip to content

Commit

Permalink
Merge pull request #798 from confluentinc/import_v1.9.0
Browse files Browse the repository at this point in the history
Import v1.9.0
  • Loading branch information
jliunyu committed Jun 20, 2022
2 parents e50cdaf + f195ac6 commit c1ad021
Show file tree
Hide file tree
Showing 12 changed files with 1,996 additions and 1,257 deletions.
192 changes: 154 additions & 38 deletions kafka/api.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions kafka/build_darwin.go
Expand Up @@ -6,8 +6,8 @@
package kafka

// #cgo CFLAGS: -DUSE_VENDORED_LIBRDKAFKA -DLIBRDKAFKA_STATICLIB
// #cgo LDFLAGS: ${SRCDIR}/librdkafka_vendor/librdkafka_darwin.a -lm -lsasl2 -ldl -lpthread
// #cgo LDFLAGS: ${SRCDIR}/librdkafka_vendor/librdkafka_darwin.a -lm -lsasl2 -ldl -lpthread -framework CoreFoundation -framework SystemConfiguration
import "C"

// LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
const LibrdkafkaLinkInfo = "static darwin from librdkafka-static-bundle-v1.8.2.tgz"
const LibrdkafkaLinkInfo = "static darwin from librdkafka-static-bundle-v1.9.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_glibc_linux.go
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 from librdkafka-static-bundle-v1.8.2.tgz"
const LibrdkafkaLinkInfo = "static glibc_linux from librdkafka-static-bundle-v1.9.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_musl_linux.go
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 from librdkafka-static-bundle-v1.8.2.tgz"
const LibrdkafkaLinkInfo = "static musl_linux from librdkafka-static-bundle-v1.9.0.tgz"
2 changes: 1 addition & 1 deletion kafka/build_windows.go
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-v1.8.2.tgz"
const LibrdkafkaLinkInfo = "static windows from librdkafka-static-bundle-v1.9.0.tgz"
4 changes: 2 additions & 2 deletions kafka/generated_errors.go
@@ -1,6 +1,6 @@
package kafka
// Copyright 2016-2021 Confluent Inc.
// AUTOMATICALLY GENERATED ON 2021-12-08 12:44:39.243338672 +0100 CET m=+0.000248284 USING librdkafka 1.8.2
// Copyright 2016-2022 Confluent Inc.
// AUTOMATICALLY GENERATED ON 2022-06-16 11:17:24.861602 -0700 PDT m=+0.000650282 USING librdkafka 1.9.0

/*
#include "select_rdkafka.h"
Expand Down
26 changes: 26 additions & 0 deletions kafka/librdkafka_vendor/LICENSES.txt
Expand Up @@ -27,6 +27,32 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


LICENSE.cjson
--------------------------------------------------------------
For cJSON.c and cJSON.h:

Copyright (c) 2009-2017 Dave Gamble and cJSON contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.



LICENSE.crc32c
--------------------------------------------------------------
# For src/crc32c.c copied (with modifications) from
Expand Down
Binary file modified kafka/librdkafka_vendor/librdkafka_darwin.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_glibc_linux.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_musl_linux.a
Binary file not shown.
Binary file modified kafka/librdkafka_vendor/librdkafka_windows.a
Binary file not shown.

0 comments on commit c1ad021

Please sign in to comment.