wu-sheng commented on issue #7419: URL: https://github.com/apache/skywalking/issues/7419#issuecomment-894802222
> From this [netty/netty#10032](https://github.com/netty/netty/issues/10032), it looks like this issue reported doesn't affect the functionality of Netty. > Is there some thing I need to do to make Skywalking work in Java11? Will this Netty issue affect Skywalking functionality as well? Seems they say it doesn't matter. ____ Are you running a main func only or a server exposing HTTP service or similar? If you are writing a very small main, nothing would be reported. Please notice what is SkyWalking designed for. **SkyWalking: an APM(application performance monitor) system, especially designed for microservices** https://github.com/apache/skywalking/blob/bca62f63fa0c57bf3bb5d8ebde9d6969b55b8429/apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/TraceSegmentServiceClient.java#L146 This debug log would be out if something was reported. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
