alibaba / Sentinel

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
https://sentinelguard.io/
Apache License 2.0
22.32k stars 8k forks source link

spring-cloud-starter-alibaba-sentine support is too old for 1.6 #713

Closed helei810304 closed 5 years ago

helei810304 commented 5 years ago
org.springframework.cloud spring-cloud-starter-alibaba-sentinel 0.1.1.RELEASE

项目依赖这个starter,但是这个东西,sentienl只支持到 1.4.2,并且和1.6 的控制台不兼容。

springboot的项目,如果不用 starter,能否有文档

sentinel-bot commented 5 years ago

Hi @helei810304, we detect non-English characters in the issue. This comment is an auto translation from @sentinel-bot to help other users to understand this issue. We encourage you to describe your issue in English which is more friendly to other users.

spring-cloud-starter-alibaba-sentine support is too old for 1.6

org.springframework.cloud spring-cloud-starter-alibaba-sentinel 0.1.1.RELEASE

The project relies on this starter, but for this thing, sentienl only supports 1.4.2 and is not compatible with the 1.6 console.

Springboot project, if you don't use starter, can you have documentation?

sczyh30 commented 5 years ago

Hi, you can try to upgrade to 0.1.2.RELEASE according to the document here.

PS: Sentinel dashboard is compatible with old versions of Sentinel (while transport-common module ismay not).

helei810304 commented 5 years ago

i wanna to user sentinel without springboot-sentinel-starter ,is any way to config ?

helei810304 commented 5 years ago

我们需要对sentinel 做二次开发,所以不能依赖 starter的封装(封装的太死了),基于springCloud 的。。 能否有文档说明下,不依赖starter如何部署

sczyh30 commented 5 years ago