-
According to its [official website][1]:
> Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics…
-
### Describe the bug
TraceStack:
```
msg:"An exception occurred invoking callback for CallbackRegistration{instrumentDescriptors=[InstrumentDescriptor{name=kafka.consumer.assigned_partitions, descr…
-
kafka_producer.py
from kafka import KafkaProducer
producer = KafkaProducer(bootstrap_servers='localhost:9092')
producer.send('example_topic', b'some_message_bytes')
producer.flush()
-
### Issue submitter TODO list
- [X] I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues)
- [X] I'm running a supported version of the application which is li…
-
Source:
Confluent Kafka Version: 5.5.1
PostgreSQL JDBC Sync
Found this exception, during the DB restart.
ERROR WorkerSinkTask{id=postgres-sink-data-value-events-0} Commit of offsets thr…
-
I am trying to use the S3 sink connector to sink Protobuf events from a Kafka cluster into an S3 bucket in PARQUET format.
Everything works fine except when the Protobuf event contains an empty grou…
-
Description
===========
We are planning to stream MySQL data using CDC onto EventHub using KafkaConnect. I have done all the required configuration but the connector gives following error:
`{"nam…
-
**Describe the bug**
When using java kafka-clients (https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients/3.9.0) producer in version 3.9.0 proxy is unable to handle requests.
We're getti…
-
keep getting this error:
```
[2023-01-06 14:13:05,494] ERROR Unknown error when running consumer: (kafka.tools.ConsoleConsumer$:43)
org.apache.kafka.common.config.ConfigException: Invalid value …
-
Having an avro schema with a field defined like this:
```
{
"name": "osType",
"type": [
"string"
],
"default": "UNKNOWN"
…