confluent-kafka-go icon indicating copy to clipboard operation
confluent-kafka-go copied to clipboard

Confluent's Apache Kafka Golang client

Results 265 confluent-kafka-go issues
Sort by recently updated
recently updated
newest added

Description =========== We are trying to use seek/readMessage combination in a loop. We see that most of the time the readMessage causes a blocking behaviour on internal c lib's C._rk_queue_poll...

Description =========== As best I can tell, it is not possible to dynamically read protobuf messages with the protobuf deserializer if the schema is not known in advance by way...

schema registry

Description =========== We have Go Confluent client to read a message from topic abc. During process of message, we are producing message to another topic in async mode and listening...

Description =========== We are running a kafka cluster having some disk performance issues which lead some of partition leaders to be stepped down from time to time. Our client application...

Description =========== Hi, I am trying to create a kafkatopic with this config using AdminAPI createTopics function. ``` { "name": "user:created", "numberOfPartitions": 3, "replicationFactor" : 2 } ``` The topic...

wait info

Description =========== I'm trying to build on Windows with `go build ./...`. Get the following linking errors. Please help. ``` PS C:\sources\opensource\confluent-kafka-go> go build ./... # github.com/confluentinc/confluent-kafka-go/kafka/go_rdkafka_generr C:\Users\pavel\sdk\go1.19.1\pkg\tool\windows_amd64\link.exe: running gcc...

enhancement
LOW

Description =========== Since we moved from confluent-kafka-go 1.9.2 to 2.3.0, we get this error: `"code": 3, "err": "Subscribed topic not available: XXX: Broker: Unknown topic or partition"` it didn't happen...

wait info

topic error was catch in ErrInvalidArg but it can show more clearly

Description =========== Hi. I have been using confluent-kafka-go for some time. But all this time I have been wondering about how librdkafka creates and sends batches over the network to...

question