From cde2827bc49655eca0f9ce3fc1cda13cb6cdabc9 Mon Sep 17 00:00:00 2001
From: Milind L
-
+
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
-
+
testhelpers.go
-
+
time.go
@@ -1761,7 +1761,7 @@
@@ -1540,73 +1540,73 @@
- import "github.com/confluentinc/confluent-kafka-go/kafka"
+ import "github.com/confluentinc/confluent-kafka-go/v2/kafka"
const PartitionAny = int32(C.RD_KAFKA_PARTITION_UA)
func
-
+
LibraryVersion
@@ -1775,7 +1775,7 @@
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
type AlterOperation int
func (e AssignedPartitions) String() string
type ConfigMap map[string]ConfigValue
type ConfigSource int
type ConfigValue interface{}