-
![image](https://github.com/user-attachments/assets/4c9dac56-5529-40da-a552-776c39cc2838)
https://www.apicur.io/registry/docs/apicurio-registry/3.0.x/getting-started/assembly-installing-regis…
-
After the upgrade of Kafka connector that is ingesting data into Snowfalke DB hosted in GCP it started to fail with an Exception. The stacktrace is attached to this case.
```
Nov 05 08:36:16 kafk…
-
**Is your feature request related to a problem? Please describe.**
We would like to integrate TBMQ with our own Kafka setup. Our Kafka brokers require SASL authentication, which means we have to set …
-
-
server.log:
```
...
[2024-10-19 16:39:20,238] ERROR Exception while processing request from 10.0.0.94:9092-10.0.0.96:37376-2493 (kafka.network.Processor)
java.lang.IllegalStateException: Channel 1…
-
Hello,
First of all thanks for your library, I have the following example of multiple avro schemas for one kafka topic made with Kotlin/Spring Boot: https://github.com/manuelarte/kafka-kotlin-multi…
-
Description
===========
Producer correctly recognizes that the topic ID has changed, i.e., the topic was re-created (removed and created with the same name).
Unfortunately, the metadata for the jus…
-
### 架构
### 安装
一般Kafka集群是由zookeeper集群和kafka集群组成。Kafka集群一般需要3个节点。
#### 安装zookeeper集群
```
## 创建安装目录
# mkdir /opt/zookeeper
## 下载对应的软件解压
# wget http://mirror.metrocast.net/apache/zookeep…
-
This is my debezium config:
```
{
"name": "${CONNECTOR_NAME}",
"config": {
"connector.class": "${CONNECTOR_CLASS}",
"tasks.max": "1",
"snapshot.mode": "schema_only",…
-
**Describe the bug**
I have observed this issue in our production clusters under both 1.14 and 1.15 releases.
Initial issue was discovered during our upgrade from 1.14 => 1.15. Rollouts hung a…