首页
归档
标签
日志
链接
留言
1
将应用向Kubernetes迁移
2
Kubernetes的配置和引用.md
3
Kubernetes的volume
4
Kubernetes的工作资源
5
Kubernetes的Service和ingress 对外部暴露服务
qingtian
喜欢是一件细水流长的事,是永不疲惫的双向奔赴~!
累计撰写
104
篇文章
累计创建
48
个标签
累计收到
1
条评论
栏目
首页
归档
标签
日志
链接
留言
搜索
标签搜索
Kubernetes
ShardingSphere
MyCat
RabbitMQ
日志采集
Kafka
Sentinel
Seata
SpringCLoud Stream
SpringCloud Hystrix
Sleuth
Zipkin
SpringCloudAlibaba
Nginx
LeetCode
反应式
Spring Security
java虚拟机
AQS
面向对象
设计模式
操作系统
源码阅读
并发编程
synchronized
关键字
Java
ActiveMQ
消息队列
支付宝付款
单点登录
elasticsearch
分布式
redis
FastDFS
linux
dubbo
OAuth2
JWT
微信扫码登录
POI
OSS
SpringCloud
SpringBoot
idea
maven
spring
MySQL
以下是
Sentinel
相关的文章
2022-08-08
Gateway 集成 Sentinel 实现网关限流
Gateway 集成 Sentinel 实现网关限流Gateway 集成 Sentinel 实现网关静态限流规则最简单、也是常用的测试方式:在网关内硬编码实现对请求的限流重启 Sentinel Dashboard// 启动 sentinel 对网关 gateway 的支持nohup java -Ds
2022-08-08
633 阅读
0 评论
0 点赞
学习之旅
Java
SpringCloud Alibaba
2022-07-31
使用 Sentinel 对服务间调用
Sentinel 的降级功能SpringCloud Alibaba Sentinel 对降级功能的支持@SentinelResource 中 fallback 、fallbackClass 指定异常降级的类和方法Sentinel 还对Feign 实现了适配,支持Feign的容错降级编写bootstr
2022-07-31
449 阅读
0 评论
0 点赞
学习之旅
Java
SpringCloud Alibaba
2022-07-17
SpringCloud Alibaba Sentinel使用硬编码方式
/*** 使用硬编码的限流规则* @return*/@GetMapping("/flow-rule")// @SentinelResource(value = "flowRuleCode")@SentinelResource(value = "
2022-07-17
488 阅读
0 评论
0 点赞
学习之旅
Java
SpringCloud Alibaba