Replies: 1 comment
-
#9039 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java SDK (apache/dubbo)
Details
Our current project is upgrading from version 2.6.2 of dubbo. The system accessed normally in versions 2.7.3 and below.When upgrading to version 2.7.4.1 and above, inter-service calls within the system started encountering this exception.
The gateway makes a generalized call to Service A, and Service A responds normally. The gateway makes a generalized call to Service B, and Service B also responds normally.
The gateway makes a generalized call to Service A, and within Service A, it internally calls Service B. When calling Service B, the metadata is similar to.
Is there anyone who can help me look at this issue? Since we have tested from version 2.7.4.1 to 2.7.23 and encountered this problem, it might not be a bug but rather a misconfiguration on our part.
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions