You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar feature requirement.
Problem Description
linkis, as a middleware, defines many default interceptors for entrance. If the application does not need these interceptors, it can define its own interceptor list to override the default interceptors. If not overwritten, instability may occur.
Description
The following interceptors are not required for dss, so it is necessary for dss to define its own interceptor list, overwrite the default interceptors of linkis, and exclude the unwanted interceptors.
Use case
No response
solutions
In DSS workflow-entrance module, add a FlowEntranceSpringConfiguration configuration class, only assembly the following four necessary interceptor bean, override linkis default interceptor.
Search before asking
Problem Description
linkis, as a middleware, defines many default interceptors for entrance. If the application does not need these interceptors, it can define its own interceptor list to override the default interceptors. If not overwritten, instability may occur.
Description
The following interceptors are not required for dss, so it is necessary for dss to define its own interceptor list, overwrite the default interceptors of linkis, and exclude the unwanted interceptors.
Use case
No response
solutions
In DSS workflow-entrance module, add a FlowEntranceSpringConfiguration configuration class, only assembly the following four necessary interceptor bean, override linkis default interceptor.
EntranceInterceptor
LogPathCreateInterceptor
StorePathEntranceInterceptor
CommentInterceptor
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: