搜索内容

ZooKeeper
  • ZooKeeper实现分布式锁

    什么是分布式锁 以前在项目较小时,单机即可处理很多业务。但随着用户增长,单机已经无法满足当今业务。解决方案可能是上集群,但是在多个 JVM 中都有同一个变……

    Joe.Ye 2023-03-27
    0 0
  • ZooKeeper Web控制台ZKUI

    A UI dashboard that allows CRUD operations on Zookeeper. GitHub:https://github.com/DeemOpen/zkui 部署步骤: mvn clean install Copy the config.cfg……

    Joe.Ye 2023-03-25
    0 0
  • ZooKeeper客户端 zkCli.sh 节点的增删改查

    在 bin 目录下的zkCli.sh就是ZooKeeper客户端 ./zkCli.sh -timeout 5000 -server 127.0.0.1:2181 //客户端与ZooKeeper建立链接 timeout:超时时间,单位毫……

    Joe.Ye 2023-03-18
    0 0