-
Description
===========
When a producer tries to publish a message to a non-existing topic (`auto.create.topics.enable` disabled) we do see errors in stderr (`"debug": "all"`), but the errors are no…
-
Description
===========
hi, We have recently encountered a problem in our business, and we have not been able to reproduce it so far. Let me describe the phenomenon below.
1: We have a topic A wi…
-
Cluster unavailable (eg network partition) for 15 minutes or so can put an idempotent producer into a state of excessive CPU usage. It can take several minutes after cluster restart for CPU usage to c…
-
Description
===========
I'm using Azure Event Hubs with the confluent-kafka client with OAuth-Authentication. While the following snippet worked with confluent-kafka 2.4.0 and 2.5.0, it stopped work…
-
This issue (kind of) replaces:
https://github.com/terascope/teraslice/issues/942
We have jobs (mostly if not all kafka reader jobs) which take 5 minutes to shutdown. I attempted to fix that wit…
-
When running a Kafka Trigger function app in a docker container using the image [Node14 and Function v4](https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FAzure%2Fazure-fu…
-
Description
===========
There are 2 issues, I noticed on kafka coop sticky mode.
1. The hard code on partition_cnt inside rd_kafka_sticky_assignor_assign_cb
https://github.com/confluentinc/librdka…
-
Description
===========
I call flush in my setup and expect the message to be sent, and no warning produced, but a simple test of having one message produced, then a flush, leaves the following ou…
-
code:
package main
import (
"fmt"
"gopkg.in/confluentinc/confluent-kafka-go.v1/kafka"
)
func main() {
c, err := kafka.NewConsumer(&kafka.ConfigMap{
"bootstrap.servers": "192.168.5.32:…
-
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 di…