HowlsCastle opened a new issue #4957:
URL: https://github.com/apache/skywalking/issues/4957
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [x] Question or discussion
- [ ] Bug
- [ ] Requirement
- [x] Feature or performance improvement
___
### Question
my application uses spring webflux,when I use skywalking to monitor my
application,I found that the trace is broken.I change the pom to exclude
netty,the trace is right.It seems that skywalking have some problem with
netty.Can this problem be solved?
```
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>${spring-boot.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-netty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
```
___
### Bug
- Which version of SkyWalking, OS and JRE?
skywalking:8.0.0
- Which company or project?
- What happen?
If possible, provide a way for reproducing the error. e.g. demo application,
component version.
___
### Requirement or improvement
- Please describe about your requirements or improvement suggestions.
----------------------------------------------------------------
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]