-
In order to prepare kafka-kit for zk-less kafka, we need to implement at least the following methods from [zkhandler](https://pkg.go.dev/github.com/DataDog/kafka-kit/v3@v3.7.0/kafkazk#ZKHandler) into …
-
Environment
Node version: 10.15.3
Kafka-node version: 5.0.0
Kafka version (single node): 2.3.0
Number of Brokers: 1
Number of partitions for topic: 1
my app consists on micro services, and eac…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
Error synchr…
-
If two clients concurrently call the `/liveness` route on the REST API, one of them will time out. This is easy to reproduce from the command line. Note that I use a `&` after the first `curl` comma…
-
PureConfig provides an instance of `ConfigReader` for maps. (see https://github.com/pureconfig/pureconfig/blob/v0.9.0/core/src/main/scala/pureconfig/DerivedReaders.scala#L198)
Unfortunately, it see…
-
Hi everyone,
We successfully used cp-docker-images to test message production and consumption locally on a single node Kafka cluster.
We used this compose the single node compose file which is in …
-
**Describe the solution you'd like**
When using consumer groups, it appears that the consumer name is not set dynamically. Specifically:
- If kafka-go is taking over a consumer group that was prev…
-
I have followed all the instruction to run the app and the clients. I wanted to use the REST interface to ingest data. In the KafkaDataIngestionApp, I have commented out the following lines to stop th…
-
### Module
Redpanda
### Testcontainers version
1.20.2
### Using the latest Testcontainers version?
Yes
### Host OS
MacOS
### Host Arch
ARM
### Docker version
Client:
Version: 27.…
-
We used kafka-connect to sync data from kafka to elasticsearch cluster
version used : 5.4.1
In test enviroment,we setup es cluster with 3 nodes
suddenly a node was crashed,but there were 2 node…