dingsongjie commented on PR #243:
URL: https://github.com/apache/skywalking-go/pull/243#issuecomment-4258063407

   CI fails on gRPC < v1.69 because copyFrameworkFS copies all plugin files 
(including the V2 interceptor that references transport.ServerStream) 
regardless of whether the Point was activated. In older gRPC versions, this 
type doesn't exist, causing a compilation error.
   Possible fixes:
   - Split into two plugin directories (grpc for pre-v1.69, grpc-v169 for 
v1.69+)
   - Or add filtering in copyFrameworkFS to only copy files for activated 
interceptors
   Any preference on which direction to take?


-- 
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]

Reply via email to