-
### Name and Version
all
### What architecture are you using?
amd64
### What steps will reproduce the bug?
```
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
…
-
1、所用版本皆是最新版本
2、canal-server已按配置实现HA模式
3、canal-adapter如果不用mq,用tcp也已实现HA模式
4、canal-adapter使用rabbitmq,所有的adapter都会去拉rabbitmq的数据,无法像tcp一样单点拉取rabbitmq数据,会存在数据消费的顺序问题,zookeeper在两个位置我都试过配置了不产生效果,望大大修复
5、…
-
# EventListener Unsupported Protocol Scheme Error
### **Expected Behavior**
The Tekton EventListener should correctly process incoming GitHub webhook events without errors, properly identifying an…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. create zk cluster
```
apiVersion: apps.kubeblocks.io/v1alpha1
kin…
-
zookeeper.addAuthInfo is not zookeeper it should client
-
Since all (most?) things are using the pure-python kazoo zookeeper library, we should remove the old c-zookeeper-based library to get rid of another native-code library.
-
In later versions Kafka supports running without ZooKeeper and provides its own KRaft consensus algorithm.
We should look into enabling the operator to deploy Kafka in this mode.
-
# Dubbo Zookeeper and Spring Cloud ZooKeeper Interconnection Solution
# background
Even when using the Http Rest protocol, there is still incompatibility between the Dubbo Zookeeper and Spring C…
-
How do I connect to Zookeeper if it uses sasl authentication
Zookeeper config eg:
authProvider.1=org.apache.zookeeper.server.auth.SASLAuthenticationProvider
requireClientAuthScheme=sasl
jaasLoginR…
-
## Expected Behavior
When the connection is bad, KazooClient should try to commit the transaction again. The state of committed before the retry attempt should be False, because zookeeper did…