confluent-kafka-go
confluent-kafka-go copied to clipboard
Confluent's Apache Kafka Golang client
This is the test branch for CI migration.
Description =========== I'm creating a consumer which subscribes to a topic which doesn't exist, I'm expecting for it to create it automatically but it doesn't, instead I'm getting the following...
Description =========== After upgrading to v1.6.1 (from v1.1) topics are no longer auto created when subscribing to a topic that does not exist since before. Previously, as part of test...
Description =========== jenkins build is failing and giving this error How to reproduce ================ ``` FROM golang:1.17-alpine # These 3 steps helps to speedup builds when using docker cache #...
Description =========== Can't compile Go binaries with confluent-kafka-go on macos since latest update. Tried linking with cyrus-sasl from nixpkgs (darwin) as well as brew, same result. How to reproduce ================...
Is there a way of running the Kafka-topics.sh command from apache Kafka/bin directory via go lang code?
Description =========== While trying to workaround the auto-created topic when using `GetMetadata()` with the admin client, I found help in this issue: #726 The solution was to set the default...
Description =========== long story short i was trying to overcome issues which the kafka client encounter, by closing old producers and creating new ones, when i ran my testing for...
## Abstract Currently there are two distinct Consumer APIs: channel-based and function-based. Each implementation has a different set of problems. This very fact can be confusing for users and for...
Description =========== The broker pod is killed when producing data, I find the client will hand when the broker's pod is the leader of accessing partition and some error log...