1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java9,079 stars (9,079 stars)2,822 forks (2,822 forks)batch import
enhancementgood first issue
Description
这里的路由和server通信是否可以用一个长连接来维护更好
Contributor guide
- Tech stack
- javarest api
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- JavaOkHttpHTTPIM system basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Investigate the current OkHttp usage in route server communication, focusing on connection pool settings. Look at the route module's HTTP client configuration and determine if swapping to a long lived connection (e.g., WebSocket or HTTP/2) is feasible. The maintainer has not provided additional context, so examine the source code in the cim repository for relevant files.