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 =========== overview of cpu usage percentiles etc ![image](https://github.com/confluentinc/confluent-kafka-go/assets/11139560/d48256c3-19f5-479b-b56c-8d45bdd503a4) ----- going up the chain: ![image](https://github.com/confluentinc/confluent-kafka-go/assets/11139560/c372d2be-d0e9-40e2-904a-0e17a3933693) ----------------- seems to be a hotspot here: ![image](https://github.com/confluentinc/confluent-kafka-go/assets/11139560/01bae125-27ba-4a35-923e-228f2ef37b32) How to reproduce ================ TBD

This PR combines https://github.com/confluentinc/confluent-kafka-go/pull/1181 and https://github.com/confluentinc/confluent-kafka-go/pull/1149

Description =========== My Golang service produces the data to the topic where all the data are fetched from the database. I implement the async producer, sometimes the logic works and...

Description =========== Is the producer client a keepalive connection? Cause I found some error from the producer eventChan: ' 2/2 all brokers are down`. Is that mean the producer keeps...

Description =========== Unsubscribing to 1 topic, but not all topics, for a consumer is currently _wonky_ I want this: ```golang err := consumer.UnsubscribeFromTopic(topicId) ``` but all we have is: ```golang...

enhancement

Description =========== Trying to run the consumer example in the README on macos sonoma 14.4.1 produces a `signal: bus error` confluent-kafka-go v2.4.0 ``` $ clang --version Apple clang version 13.1.6...

Description =========== Library version github.com/confluentinc/confluent-kafka-go/v2 v2.0.2 Kakfa broker version: 2.8.2 (Commit:3146c6ff4a24cc24) Any input on the following would be greatly appreciated, I have various consumers in consumer group FOO. The consumers...

Description =========== Scenario: 1. I have a producer running for 4 days 2. No writes at all 3. Calling flush on this producer (timeout=10 seconds) results in 2 unflushed messages...