xiaoy00 opened a new pull request #3538: Supporting RequestRateLimiterGatewayFilterFactory URL: https://github.com/apache/skywalking/pull/3538 Please answer these questions before submitting pull request - Why submit this pull request? - [1] Bug fix - [ ] New feature provided - [ ] Improve performance - Related issues no ___ ### Bug fix - Bug description. when i use the RequestRateLimiterGatewayFilterFactory for limit. then ContextManager.capture() can not work in NettyRoutingFilterInterceptor.class because Thread is changed from 'reactor-http-nio' to 'lettuce-nioEventLoop' - How to fix? get ContextSnapshot on FilteringWebHandlerInterceptor and set it into SWTransmitter. then NettyRoutingFilterInterceptor can use ContextSnapshot to ContextManager.continued(swTransmitter.getSnapshot()); and i have to create a new LocalSpan for bring ContextManager.continued() worked ___ ### New feature or improvement - Describe the details and related test reports.
---------------------------------------------------------------- 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
