-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support for tracking in spring gateway versions 4.1.2 and above #747
[Feature] Support for tracking in spring gateway versions 4.1.2 and above #747
Conversation
|
||
@Override | ||
public boolean isOverrideArgs() { | ||
return true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why true? I can't see you override the args in the interceptor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why true? I can't see you override the args in the interceptor.
You are right, it should not be true
It seems we face Windows limitations. Usually, we need to adjust the configuration of Windows. |
…ace_id' into feature_support_gateway_4.1.2_trace_id
Will it affect the submission of this file? |
The new added file seems to exceed length limitation. |
How should we handle this issue? Should we modify it to a shorter file name? But I don't have a Windows environment to verify how suitable it is. Do you have any good suggestions |
@kezhenxu94 Do you have any recommendation to fix this in CI? |
…ace_id' into feature_support_gateway_4.1.2_trace_id
…ace_id' into feature_support_gateway_4.1.2_trace_id
@yqw570994511 Can you please separate the command I added for windows only? Only add that command for windows platform. I'm not with my laptop now |
I'd love to help, but I'm not familiar with this and don't know how to operate it |
Never mind. I've fixed it |
@kezhenxu94 notice this
|
Support for tracking in spring gateway versions 4.1.2 and above
see:apache/skywalking#12925