Open
Description
Describe the bug
In the Dubbo instrumentation, I identified a compatibility issue with context.getRemoteAddress() in Dubbo versions 3.0.x and 3.1.x. In these versions, context.getRemoteAddress() returns null
, which prevents the correct value from being retrieved in other contexts. This is a bug in Dubbo; for more details, please refer to issue.
Steps to reproduce
In above versions of Dubbo, can't get expected remoteAddress by
Expected behavior
In above versions of Dubbo, return corrected remoteAddress by
Actual behavior
In above versions of Dubbo, return null
by
Javaagent or library instrumentation version
2.15.0
Environment
No response
Additional context
No response