-
**Describe the bug**
Consumer still consuming messages after getting Stopped.
**Expected behavior**
"Stopped" Consumer should not consume messages.
**Observed behavior**
Jun 12, 2023 @ 18:08:…
-
Description
===========
kafka version : confluent-kafka-go v1.8.2
Windows version : win10
the demo can build success,but run faild
How to reproduce
================
GOROOT=D:\go-sdk\go #goset…
-
### What happened?
When running a streaming job (with DirectRunner locally and with DataflowRunner on GCP) that uses the apache_beam.io.kafka.ReadFromKafka connector without `max_num_records`, th…
-
Description
===========
One of the Kafka consumers is stuck and lost connectivity with the broker. With the following error. Checking to see if we need to increase the max-poll-timeout(ms) config or…
-
Serialisation / deserialisation using vulcan codecs in `fs2-kafka-vulcan` requires communication with a Schema Registry REST API, implemented in Confluent's Java code which `fs2-kafka-vulcan` wraps. T…
-
### Describe the feature
Since confluentinc/confluent-kafka-go is most generic and it uses underlaying librdkafka natively. Would it be possible that someone would provide example how to integrate wi…
-
Description
===========
When enabling logs channel, the timeout (`REQTMOUT`) logs stopped showing up.
```
"go.logs.channel.enable": true,
```
How to reproduce
================
**Without …
-
Hello, when I try to configure the schema registry to communicate with an oauth secured kafka cluster I got:
```Login module control flag not specified in JAAS config``` when I run **/etc/confluent/d…
-
Description
===========
I'm usinng librdkafka-2.0.2, and i'm facing with rd_kafka_consumer_close(myHandle) call blocking (once the broker become unreachable).
The same problem appears with rd_kafka…
-
Hello,
I'm trying to publish messages via python to a Kafka topic and am receiving an error.
I **CAN** connect and publish via the CLI as well as with Kafka Tool.
Hoping for some guidance. …