confluent-kafka-go
confluent-kafka-go copied to clipboard
Confluent's Apache Kafka Golang client
Given that Go uses `[]byte` mostly to represent JSON data, it makes a lot of sense to add a `Stats.Bytes()` call returning a `[]byte` instead of a `string`. Perhaps it...
Description =========== Producer Slowness in confluent-kafka-go We have 2 Kafka Producers working with given settings one in Python and one in Go, Go Kafka Producer need to change the `queue.buffering.max.ms`...
Description =========== I configured consumer with `allow.auto.create.topics` and consumed Kafka, but it doesn't work. Kafka did not crreate non-existed topics automatically and confluent-kafka-go returned error: `Broker: Unknown topic or partition:...
Description =========== Delivery report of message from events channel, when using channel producer does not have timestamp or headers. This behavior is same for successfully delivered, as well as on...
Description =========== I've tried this [example code](https://github.com/confluentinc/confluent-kafka-go/blob/master/examples/admin_list_consumer_groups/admin_list_consumer_groups.go) to list consumer groups of my 3 clusters and noticed that on one of them I get 1x (majority of cases) 2x and...
Description =========== I'm trying to build API server that send to Kafka message queue when it receive request with HTTP Call. The servers are running on the Kubernetes. Whenever it...
Description =========== The use-case here is we have a union schema registered on the topic that references all the sub-schemas. Now, it should be something like this: we make an...
Description =========== I run a process to write messages to redpanda for pressure test, the memory usage is very high with `kafka._Cfunc_GoBytes`. It's so weird. How to reproduce ================ Run...
Description =========== I am trying to use the confluent-kafka-go library in my project. The build fails with the following error: ``` bazel build //simulation/services/simulationrunner --sandbox_debug INFO: Invocation ID: b75c6734-928a-46e6-b461-70b91e0bee44 INFO:...