kezhenxu94 opened a new issue #4256: [Agent Plugin] Lambda instrumentation
URL: https://github.com/apache/skywalking/issues/4256
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [x] Requirement
   - [ ] Feature or performance improvement
   
   This is a big story to instrument the lambda expressions in JDK8+, lambda 
can be essentially a `Runnable`, `Callable`, `Function`, `Consumer` and many 
many others `FunctionalInterface`-annotated interfaces, but for now we're 
planning to support only a few of them:
   
   - [ ] Threading-related, such as `Runnable`, `Callable`;
   - [ ] Streaming-related, `java.util.concurrent.ForkJoinPool` essentially

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to