dubbo生态地址

alibaba

https://github.com/alibaba

Sentinel 流量控制

https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D

doubbo 服务治理

https://dubbo.apache.org
https://github.com/apache/dubbo-spring-boot-project/blob/master/README_CN.md

apollo 配置中心

https://github.com/ctripcorp/apollo

nacos 注册中心

https://github.com/alibaba/nacos
zookeeper:强一至性,当领导节点宕机时整个集群不可使用。l例如:zookeeper集群需要重新选举,而此时服务需要来读取可用服务,是不可用的。 影响到了服务的可用性,zk采用心跳来判断是可用
naocs:弥补zk的缺点

seata分布式事物

https://seata.io/zh-cn/
不适合高并发系统

rocketmq消息队列

http://rocketmq.apache.org/docs/quick-start/

运维监控

https://docs.spring.io/spring-boot/docs/2.2.2.RELEASE/reference/html/production-ready-features.html#production-ready

https://github.com/csgirl562857639/spring-boot-2-metrics-sample

依赖
<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-actuator</artifactId>
			<version>2.5.0</version>
		</dependency>
		<dependency>
			<groupId>io.micrometer</groupId>
			<artifactId>micrometer-registry-prometheus</artifactId>
			<version>1.5.1</version>
		</dependency>
注册
	@Bean
    MeterRegistryCustomizer<MeterRegistry> configurer(@Value("${spring.application.name}") String applicationName){
        return registry -> registry.config().commonTags("application", applicationName);
    }
配置:
management.endpoints.web.exposure.include=*
management.metrics.tags.application=${spring.application.name}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

梁晓山(ben)

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值