
Java
文章平均质量分 57
情寻糯米叉烧包
永远不要停止思考
展开
-
通过Docker搭建zookeeper简单的集群
简介ZooKeeper是一个开源的分布式协调服务,由雅虎创建开发,是Google的Chubby一个开源的实现,后来托管到Apache。Zookeeper的数据结构,跟Unix文件系统非常类似,可以看做是一颗树,每个节点叫做znode。Znode有两种类型:临时节点: 当客户端和服务端链接断开,创建的节点会被自动删除。持久节点: 当客户端和服务端链接断开,节点不会被删除。ZooKeeper实现数据发布/订阅,负载均衡,命名服务,分布式协调,集群管理,配置维护,名字服务,分布式同步,分布式锁等功原创 2021-06-08 18:36:51 · 199 阅读 · 0 评论 -
SpringBoot Dubbo 大坑之Caused by: java.net.BindException: Address already in use: bind
SpringBoot Dubbo 大坑之Caused by: java.net.BindException: Address already in use: bind具体错误:Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: /0.0.0.0:20880 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[原创 2020-06-25 11:40:15 · 1421 阅读 · 0 评论 -
SpringBoot Dubbo 大坑之Caused by: java.lang.IllegalStateException: Failed to check the status of the se
SpringBoot Dubbo 大坑之Caused by: java.lang.IllegalStateException: Failed to check the status of the service com.wudner.service.OrderService. No provider available for the service具体错误:Caused by: java.lang.IllegalStateException: Failed to check the status of原创 2020-06-25 11:32:55 · 3421 阅读 · 0 评论