-
请提供一个springboot + dubbo + zookeeper 的官方demo,并请告知seata-server是否需要特殊配置,如需配置应该修改哪些参数,谢谢!!!
-
since 3.5.0 zookeeper supports dynamic reconfiguration. this will allow for scaling the number of masters up and down.
http://zookeeper.apache.org/doc/trunk/zookeeperReconfig.html
-
When I execute "./sbt "summingbird-example/run --local" ",the following error occured:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[w…
-
Hi. Thanks for perfect role, like it a lot, however:
This is my playbook:
```
- hosts: kafka
vars:
zookeeper_hosts: 172.31.32.93
kafka_zookeeper_hosts:
- 172.31.32.93
kaf…
noizo updated
6 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
maven
### Package manager version
_No response_
### Language version
Java …
-
dubbo:3.1.8
jdk:8
zookeeper:3.7.1
provider的Dubbo配置:
```
dubbo:
registries:
zonea:
address: zookeeper://localhost:2182
group: gray
zoneb:
address: zookeeper://lo…
-
Hi, is there an option to set in kind: SolrCloud somehow
`automountServiceAccountToken = false` ?
This will solve a security recommendation in AKS.
So in STS (below the SolrCloud installed with so…
jojay updated
6 months ago
-
In the dockerfile:
```
ENV LOG_DIR "/var/log/zookeeper"
ENV ZK_DATA_DIR "/var/log/zookeeper"
```
but the volume statement:
```
VOLUME ["/var/log/zookeeper", "/var/lib/zookeeper"]
```
Should '/var/…
-
Hi folks,
### Problem Description
Our replicas keep turning into `readonly` mode and keep lagging behind other replicas for days. They go active after ~6-12 hours then get back inactive after a wh…
-
Using kafka-kit to perform some rebuild operations to expand a broker cluster.
Process:
- I ran metricsfetcher to generate metrics
- I generated new maps for all my topics using topicmappr.
- I …