diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 9580fcd7f..c4a2b62dc 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -6,7 +6,7 @@ agent: global_job_config: env_vars: - name: LIBRDKAFKA_VERSION - value: v2.3.0-RC4 + value: v2.3.0 prologue: commands: - checkout diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a30deb79..5cc3bf477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,7 @@ This is a feature release. consumer was closing, and during the final partition revoke (#1073). confluent-kafka-go is based on librdkafka v2.3.0, see the -[librdkafka v2.3.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.3.0-RC4) +[librdkafka v2.3.0 release notes](https://github.com/confluentinc/librdkafka/releases/tag/v2.3.0) for a complete list of changes, enhancements, fixes and upgrade considerations. diff --git a/examples/go.mod b/examples/go.mod index 6199fc8b8..2c3a6076a 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -7,7 +7,7 @@ replace github.com/confluentinc/confluent-kafka-go/v2 => ../ require ( github.com/actgardner/gogen-avro/v10 v10.2.1 github.com/alecthomas/kingpin v2.2.6+incompatible - github.com/confluentinc/confluent-kafka-go/v2 v2.3.0-RC4 + github.com/confluentinc/confluent-kafka-go/v2 v2.3.0 github.com/gdamore/tcell v1.4.0 google.golang.org/protobuf v1.30.0 ) diff --git a/kafka/api.html b/kafka/api.html index ba2d90425..e83ca809a 100644 --- a/kafka/api.html +++ b/kafka/api.html @@ -1785,70 +1785,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 @@ -2015,7 +2015,7 @@
LibrdkafkaLinkInfo explains how librdkafka was linked to the Go client
-const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.3.0-RC4.tgz"
+ const LibrdkafkaLinkInfo = "static glibc_linux_amd64 from librdkafka-static-bundle-v2.3.0.tgz"
OffsetBeginning represents the earliest offset (logical)
@@ -2039,7 +2039,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 ACLOperation int
type ACLPermissionType int
- `ctx` - context with the maximum amount of time to block, or nil for indefinite. -- `topics` - Collection of topics to describe. This should not be nil/empty. +- `topics` - Collection of topics to describe. This should not have nil + topic names. - `options` - DescribeTopicsAdminOption options.
@@ -2755,7 +2756,7 @@
- `ctx` - context with the maximum amount of time to block, or nil for indefinite. -- `topicPartitionOffsets` - a map from TopicPartition to OffsetSpec, it holds either the OffsetSpec enum value or timestamp. +- `topicPartitionOffsets` - a map from TopicPartition to OffsetSpec, it + holds either the OffsetSpec enum value or timestamp. Must not be nil. - `options` - ListOffsetsAdminOption options.
@@ -2934,7 +2936,7 @@
type AlterConfigOpType int
type AlterOperation int
func (e AssignedPartitions) String() string
type ConfigMap map[string]ConfigValue