You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/17 03:34:07 UTC

[GitHub] [skywalking] kezhenxu94 opened a new issue #4256: [Agent Plugin] Lambda instrumentation

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] JohnNiang commented on issue #4256: [Agent Plugin] Lambda instrumentation

Posted by GitBox <gi...@apache.org>.
JohnNiang commented on issue #4256: [Agent Plugin] Lambda instrumentation
URL: https://github.com/apache/skywalking/issues/4256#issuecomment-575530767
 
 
   I'm trying to refactor with new feature in JDK8+. : P

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4256: [Agent Plugin] Lambda instrumentation

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4256: [Agent Plugin] Lambda instrumentation
URL: https://github.com/apache/skywalking/issues/4256#issuecomment-593859414
 
 
   Moving this to help wanted as no progress and this is not critical.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services