微服务实战spring cloud tencent系列(九)Polaris Mesh 服务限流介绍 在Spring cloud tencent polaris里面,还提供一个非常好的框架,就是服务限流。在实际的C端业务中,我们经常会涉及到对服务进行限流,这样可以避免短时间内的高并发访问导致后台服务被压垮了,所以对于... Rae微服务实战2023-05-12860 阅读0 评论
热文微服务实战spring cloud tencent系列(八)Polaris Config完整配置信息 在使用Spring Cloud Tencent框架的时候,有关服务配置配置中心的配置文件配置项具体有哪些呢?这里在官网其实已经给出,但是我们在这里还是列举一下,方便后续记录查找,具体的配置信息如下:配置项Key起始版... Rae微服务实战2023-05-111153 阅读0 评论
在spring cloud tencent的配置中心配置里面,如何关闭动态刷新? 在spring cloud tencent的配置中心配置里面,如何关闭动态刷新?... 帅平微服务2023-05-11714 阅读1 评论
在spring cloud tencent的配置中心配置里面,如何开启配置的自动动态刷新? 在spring cloud tencent的配置中心配置里面,如何开启配置的自动动态刷新?... 帅平微服务2023-05-11787 阅读1 评论
热文微服务实战spring cloud tencent系列(七)Polaris Mesh 配置中心 上一篇文章《微服务实战spring cloud tencent系列(六)Spring Cloud Tencent 配置中心介绍》我们粗略的介绍了下北极星上的配置中心,这篇文章我们实战下spring cloud ten... Rae微服务实战2023-05-111508 阅读0 评论
热文微服务实战spring cloud tencent系列(六)Polaris Mesh 配置中心介绍 在spring cloud tencent微服务框架里面,北极星(polaris mesh)除了可以做注册中心的事情,还可以做配置中心的事情,就像我们使用的spring cloud alibaba里面的nacos一样... Rae微服务实战2023-05-111581 阅读0 评论
热文微服务实战spring cloud tencent系列(五)Polaris Discovery完整配置信息 在使用Spring Cloud Tencent框架的时候,有关服务自动注册这块的配置文件配置项具体有哪些呢?这里在官网其实已经给出,但是我们在这里还是列举一下,方便后续记录查找,具体的配置信息如下:配置项Key默认值... Rae微服务实战2023-05-101169 阅读0 评论
Spring Cloud Tencent中如何实施查看注册中心有哪些可用的服务列表? 目前使用Spring Cloud Tencent编写的微服务框架,所有的服务都注册在北极星上,如何实时的查看每个服务的内存缓存服务列表?... 帅平微服务2023-05-10718 阅读1 评论
微服务实战spring cloud tencent系列(四)Polaris Mesh 服务自动注册添加自定义服务标签 在上一篇文章《微服务实战spring cloud tencent系列(三)实战Spring Cloud Tencent Polaris Discover服务自动注册》我们介绍了服务自动注册到北极星(Polaris M... Rae微服务实战2023-05-10988 阅读0 评论
热文微服务实战spring cloud tencent系列(三)Polaris Discover服务自动注册 上一篇文章《微服务实战spring cloud tencent系列(二)北极星Polaris Mesh的服务列表介绍》我们介绍了北极星服务治理的服务列表模块,这篇文章我们实战下,实现微服务自动注册到北极星上。一、清理... Rae微服务实战2023-05-101134 阅读0 评论
热文微服务实战spring cloud tencent系列(二)北极星Polaris Mesh的服务列表介绍 上一篇文章《微服务实战Spring Cloud Tencent系列(一)北极星Polaris Mesh介绍》我们已经成功的安装了微服务治理框架-北极星(Polaris Mesh),这里我们介绍下北极星中的服务列表。使... Rae微服务实战2023-05-101337 阅读0 评论
热文微服务实战Spring Cloud Tencent系列(一)北极星Polaris Mesh介绍 在真实的业务中,现在大家几乎都在使用spring cloud alibaba这一套微服务。在这里给大家推荐下国内另外一大厂商的微服务框架-spring cloud tencent微服务框架。这套用起来和spring ... Rae微服务实战2023-05-101252 阅读0 评论
Spring cloud Tencent中的注册中心模块,如何配置心跳请求时间间隔? Spring cloud Tencent中的注册中心模块,如何配置手动的配置本地服务与注册中心的心跳请求时间间隔?... 帅平微服务2023-05-10657 阅读1 评论
使用spring cloud tencent的时候,服务注册到polaris报错:This service instance will not be registered 今天尝试练手spring cloud tencent的微服务框架,结果在服务注册的时候报错了,提示: This service instance will not be registered, because it ... 帅平微服务2023-05-10783 阅读1 评论