alibaba / Sentinel

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

希望可以增加sentinel-server的maven依赖 这样可以通过maven导入server依赖启动 便于调试和单元测试 #3467

Open JavaLionLi opened 4 weeks ago

JavaLionLi commented 4 weeks ago

Issue Description

Type: feature request

Describe what feature you want

Describe your initial design (if present)

Additional context

Add any other context or screenshots about the feature request here.

JavaLionLi commented 4 weeks ago

目前自动化单元测试流水线还得写shell脚本单独启动一个sentinel服务 太恶心了 seata那边提供了server依赖就很方便单元测试 不用特意搭建一个seata就可以单元测试