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:
[email protected]


With regards,
Apache Git Services

Reply via email to