moremind commented on code in PR #4165:
URL: https://github.com/apache/shenyu/pull/4165#discussion_r1017278415
##########
shenyu-sdk/shenyu-sdk-core/src/main/java/org/apache/shenyu/sdk/core/client/AbstractShenyuSdkClient.java:
##########
@@ -62,12 +66,14 @@ public abstract class AbstractShenyuSdkClient implements
ShenyuSdkClient {
private final Map<String, List<InstanceEntity>> watcherInstanceRegisterMap
= new HashMap<>();
+ private final List<ShenyuSdkRequestInterceptor> requestInterceptors = new
ArrayList<>();
Review Comment:
thread safety?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]