From 54edfed8865c13fc08681ed640bb73f8bd072928 Mon Sep 17 00:00:00 2001 From: Pranav Rathi <4427674+pranavrth@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:23:51 +0530 Subject: [PATCH] Documentation and error code update for librdkafka v2.5.0 --- kafka/api.html | 620 +++++++++++++++++++------------------- kafka/generated_errors.go | 2 +- schemaregistry/api.html | 70 ++--- 3 files changed, 346 insertions(+), 346 deletions(-) diff --git a/kafka/api.html b/kafka/api.html index f85a7d315..3802b881e 100644 --- a/kafka/api.html +++ b/kafka/api.html @@ -14,7 +14,7 @@ @@ -1810,70 +1810,70 @@
- + 00version.go - + adminapi.go - + adminoptions.go - + build_glibc_linux_amd64.go - + config.go - + consumer.go - + context.go - + error.go - + error_gen.go - + event.go - + generated_errors.go - + handle.go - + header.go - + kafka.go - + log.go - + message.go - + metadata.go - + misc.go - + mockcluster.go - + offset.go - + producer.go - + time.go @@ -1905,7 +1905,7 @@
LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client -
const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.5.0-RC3.tgz"
+ const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.5.0.tgz"
OffsetBeginning represents the earliest offset (logical)
const OffsetBeginning = Offset(C.RD_KAFKA_OFFSET_BEGINNING)
@@ -1924,7 +1924,7 @@ const PartitionAny = int32(C.RD_KAFKA_PARTITION_UA)
type ACLBindingFilter = ACLBinding
type ACLBindingFilters []ACLBindingFilter
type ACLBindings []ACLBinding
func (a ACLBindings) Len() int
func (a ACLBindings) Less(i, j int) bool
func (a ACLBindings) Swap(i, j int)
type AlterOperation int
func (e AssignedPartitions) String() string
type ConfigMap map[string]ConfigValue