ChuanDou2021 opened a new issue, #264: URL: https://github.com/apache/apisix-java-plugin-runner/issues/264
### PluginFilter async support Is it possible make PluginFilter to support async filter ? In PluginFilter.filter, I need to perform a redis query operation, then performed redis write operation in PluginFilter.postFilter。 However, currently the code executed in the PluginFilter.filter function is synchronous, and the query database operation will block Netty IO threads, resulting in a drop in plugin throughput ### Environment * 0.4.0 -- 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]
