1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java2,867 forks (2,867 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 9,492 stars (9,492 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
这里的路由和server通信是否可以用一个长连接来维护更好
Contributor guide
- Research direction
- Evaluate the feasibility of switching from HTTP short connections to a long connection (e.g., WebSocket or Netty based persistent connection) between the router and server to reduce overhead and improve concurrency.
- Tech stack
- java
- Domain
- backend
- Issue type
- Performance
- Prerequisites
- JavaHTTP