上下文参数传递:发现参数错乱
- Dominant language
- CSS
- Stars
- 491
- Forks
- 809
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description

Dubbo调用流程如图所示:
在一个 scope = "local" 的dubbo service 上下文参数传递,发现参数错乱,后续拿到的Attachment参数永远是第一次set的值;
当我@DubboReference(version = "1.0.0", validation = "true", check = false, scope = Constants.SCOPE_LOCAL)
替换成Spring注解:@Autowired 传参正常,请问一下这是一个bug吗 ?
Consumer Filter 伪代码如下:

Provider Filter 伪代码如下:

Contributor guide
No contributing guide indexed for this repository
Research direction
No source files, tests, versions, or concrete reproduction steps are identified. Start by reproducing the local-scope Dubbo call with the Consumer and Provider Filters described, then verify whether the Attachment retains the first value and document the confirmed cause and expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100