0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java8,150 forks (8,150 forks)batch import
area/integrationsgood first issuekind/feature
Repository metrics
- Stars
- 23,109 stars (23,109 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Issue Description
Type: feature request
Describe what happened (or what feature you want)
We use Finagle to build a HTTP server.Now we use Guava Ratelimit to limit the service flow. So we want to use Sentinel to optimize it.
Contributor guide
- Research direction
- Study Finagle HTTP server integration points and Sentinel's adapter SPI for custom web frameworks. Implement a Finagle HTTP adapter similar to existing adapters (e.g., Spring Cloud Gateway, WebFlux).
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- JavaSentinel