-
### Environment
* Node version: `10.14.0`
* Kafka-node version: `4.1.0`
* Kafka version: not relevant.
### For specific cases also provide
* Number of Brokers: 0
* Number partitions for topi…
-
2019-09-25 15:59:49.046 [pool-6-thread-1] ERROR com.alibaba.otter.canal.kafka.CanalKafkaProducer - java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Failed to u…
-
### Describe the bug
I have an application which listens for events on Kafka and processes them. This application also uses an Apicurio schema registry. This application has integration tests which…
-
public KafkaProducer
-
### Version & Environment
Redpanda version: v22.2.1
Testcontainers version: 1.17.5
### What went wrong?
When running a testcontainers based junit test which involves transactional producers,…
rrva updated
7 months ago
-
Trying to produce around 10 messages per sec of size 150KB. Memory started to increase and reached 1GB+ when it reached around 10K messages.
const kafkaClient = new kafka.KafkaClient({
kafkaHost…
-
Dear everybody,
I have kafka running on AWS EC2 instance at private IP addr: 'XX.XX.XX.XX'. The instance id is 'ABCDEF', VPC id is 'vpc-YYYYYYY'.
In that, i've created topic 'new-topic'.
I've test…
-
### What happened?
When I try to send key of type integer and I use org.apache.kafka.common.serialization.IntegerSerializer, then I get error as specified below. I get an error like that for any seri…
-
**Describe the bug**
If I have a RecordValidationFilter with `forwardPartialRequests` enabled, and a producer that is producing lots of zero-ack produce requests we are leaking memory.
1. We put…
-
### Serialisation of JSON with schema fails when additionalProperties is set to false.
We have a data model that requires _additionalProperties_ to be set to either _true_ or _false_ at various poi…