-
Issue: Apache Pekko-based Streaming Application Idle After Kafka Rebalancing
Description: Our application, which runs on Kubernetes with KEDA scaling based on consumer group lag, has encountered is…
-
Description
===========
In my very simple implementation, I can easily produce 1 million messages per second, but can only consume around 100k messages per second. How can I speed up the consumer …
-
# Issue Guidelines
Please review these questions before submitting any issue?
### What version of the Stream Reactor are you reporting this issue for?
8.1.11
### Are you running the correc…
-
### 架构
### 安装
一般Kafka集群是由zookeeper集群和kafka集群组成。Kafka集群一般需要3个节点。
#### 安装zookeeper集群
```
## 创建安装目录
# mkdir /opt/zookeeper
## 下载对应的软件解压
# wget http://mirror.metrocast.net/apache/zookeep…
-
### Initial Checks
- [X] I confirm that I'm using Types-Confluent-Kafka
### Description
`confluent-kafka-python` library has a default value for the `max_schemas_per_subject` parameter in the…
-
## Description
Registry Version
"latest" (dockerhub image apicurio/apicurio-registry-kafkasql:latest-release
Persistence type
"kafkasql"
For de…
-
I am using following docker compose file:
```
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.7.0
hostname: zookeeper
container_name: zookeeper
ports:
- "2181:2…
-
Hello!
I am from Confluent, an organization contributing to Apache Kafka, and wanted to raise a request in regards to [KIP-896](https://cwiki.apache.org/confluence/display/KAFKA/KIP-896%3A+Remove+old…
-
Akka version:
`2.5.32`
Alpakka version:
`2.0.5`
Scala version:
`2.12.17`
Testcontainers Kafka
`1.19.0`
### Expected Behavior
`Future[Done]` materialized from `Producer.committableSink` is …
-
## Question
我有一个需求就是两个不同网络的mysql需要同步数据,如果要做主从就需要把mysql端口映射到外网,我不想把数据库映射出来,想通过mysql同步至canal-deployer,canal-deployer同步kafka,canal-adapter消费同步至另外一台mysql这种方式同步,canal-adapter部署再从机mysql网络,和源MySQL网络不通,can…