You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible make PluginFilter to support async operation ?
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
The text was updated successfully, but these errors were encountered:
PluginFilter async support
Is it possible make PluginFilter to support async operation ?
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
The text was updated successfully, but these errors were encountered: