[Feature] Support for tracking in spring gateway versions 4.1.2 and above #12925
Unanswered
yqw570994511
asked this question in
Q&A
Replies: 1 comment 10 replies
-
If you need to explain what is the special for 4.1.2, as per your discussion, 4.1.5 works. We do a patch for a patch release inside a major plugin, rather than totally different jar. You should use witness class/method in gw 4.x plugin. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, there is a problem with the loss of traceId in versions of spring gateway 4.1.2 and above. For more information, see the link: #12636
To solve this problem, I plan to provide the following solutions by adding a new plugin: apm-spring-cloud-gateway-4.1.2.x-plugin. When using spring gateway 4.1.2 and above, use 4.1.2.x-plugin. When using spring gateway4.1.2 and below, use apm-spring-cloud-gateway-4.x-plugin
The effect is as follows:
Use gateway4.1.5,lb to SpringBoot 3.3.4 application
Beta Was this translation helpful? Give feedback.
All reactions