wu-sheng commented on code in PR #788:
URL: https://github.com/apache/skywalking-java/pull/788#discussion_r2780064519
##########
apm-sniffer/apm-sdk-plugin/lettuce-plugins/lettuce-common/src/main/java/org/apache/skywalking/apm/plugin/lettuce/common/RedisChannelWriterInterceptor.java:
##########
@@ -57,8 +58,10 @@ public void beforeMethod(EnhancedInstance objInst, Method
method, Object[] allAr
}
EnhancedInstance enhancedCommand = (EnhancedInstance)
spanCarrierCommand;
+ Object skyWalkingDynamicField =
enhancedCommand.getSkyWalkingDynamicField();
Review Comment:
Is this field able to be another type? If so, usually put an object with two
fields are better for code reading for others.
--
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]