redis配置哨兵,通过IDEA哨兵连接All sentinels down, cannot determine where is mymaster master is
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel
免费下载资源
·
基础的配置就不说了,port ,sentinel相关配置,百度很多
重点就是spring要访问Linux的端口,需要在Linux防火墙开放端口,要不然肯定访问不到
包括jedis操作Linux机器的redis,也要开放端口6379,要不然也会报错Failed to connect to any host resolved for DNS name
firewall-cmd --query-port=26379/tcp #查看26379端口
返回yes说明已经开放端口了
firewal-cmd --add-port=26379/tcp --permanent #开放端口
firewall-cmd --reload #重载防火墙
firewall-cmd --query-port=26379/tcp #查看26379端口
firewall-cmd --list-ports #查看已经开放的端口
GitHub 加速计划 / sentine / Sentinel
22.24 K
7.98 K
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:3 个月前 )
195150bc
* fix issue 2485 which occur oom when using async servlet request.
* optimize imports
* 1. fix the same issue in the webmvc-v6x
2. improve based on review comments 2 个月前
b78b09d3
2 个月前
更多推荐
已为社区贡献4条内容
所有评论(0)