apache / apache/servicecomb-java-chassis
能否将RestServerVerticle的startListen设置为protected的,方便扩展
Open
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 814
- Avg merge
- 8d 23h
- Merged PRs (30d)
- 1
Description
场景:
1、自定义Verticle继承RestServerVerticle,以同时支持普通HTTP消息和HTTP隧道
2、需要在startListen前重新设置handler,对Connect Method进行特殊处理
当前RestServerVerticle.startListen是private的,导致无法扩展
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating RestServerVerticle and reading the startListen entry point, its handler setup, and the subclassing scenario described in the issue. Check existing tests or usages around this method; done means an extending Verticle can adjust the handler before listening while existing HTTP behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100