apache / apache/apisix-java-plugin-runner
The `PluginFilter` API is synchronous and blocks a thread
Ouverte
- Langage dominant
- Java
- Étoiles
- 152
- Forks
- 102
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.