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 2019/12/02 07:34:45 UTC

[GitHub] [skywalking] zhaoyuguang opened a new issue #3992: Provide plugin for spring reactive WebClient

zhaoyuguang opened a new issue #3992: Provide plugin for spring reactive WebClient
URL: https://github.com/apache/skywalking/issues/3992
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [x] Feature or performance improvement
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   Provide plugin for spring reactive WebClient
   the class path is `org.springframework.web.reactive.function.client.WebClient` in `spring webflux`
   usecase like 
   ```java
   WebClient.create("http://localhost:8080/testcase/annotation/hello").get().exchange()
   ```
   

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