honganan commented on PR #704:
URL: https://github.com/apache/skywalking-java/pull/704#issuecomment-2222325482

   > I highly doubt about "the application itself may still work fine".
   
   We have many services running in production environment. And the easiest way 
to test is adding a `javax.servlet-api` dependency to 'Spring-6.x-scenario' :
   ```xml
           <dependency>
               <groupId>javax.servlet</groupId>
               <artifactId>javax.servlet-api</artifactId>
               <version>3.1.0</version>
           </dependency>
   ```
   and access in browser with: 
`http://localhost:8080/spring-6.x-scenario/case/resttemplate`
   
   
   > But the current implementation in this PR can be hardly met the 
requirement from a performance perspective
   
   About the performance, I think we can add a cache map with limited length 
here.


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

Reply via email to