apache / apache/apisix-java-plugin-runner
The `PluginFilter` API is synchronous and blocks a thread
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 152
- Forks
- 102
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
This is an issue when the filter performs potentially long running IO because it holds the thread while waiting for a response from the external resource.
It would be nice to have an async API (with callbacks) to allow processing large number of requests concurrently without spawning many threads
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.