-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could Kong just proxy request but not wait for response from proxied servers? #2387
Comments
how would that deal with an error? |
One could write a plugin hat makes an asynchronous HTTP call upstream, ignores the response, and sends a synthetic response downstream. But I doubt any feature like this will ever make it into Kong core ;) |
@Tieske It does't matter, because our business don't need response. haha... |
@p0pr0ck5 If it could make into Kong core, that would be so great. |
@thibaultcha Thank for your response. |
This could possibly make into (upcoming) a plugins API. Outside of core it is just about requiring |
@ShinEDL kong's core functionality is to use nginx's built-in proxying mechanism to proxy the request. as mentioned, short-circuiting this is certainly doable with a plugin, but it doesn't belong in a core proxying framework- indeed, this is what plugins are for! :) we provide a reference at https://getkong.org/docs/0.10.x/plugin-development/ for writing, testing, and deploying your own plugins, and we'd love to hear about your experience writing new plugins for your environment via Gitter, the mailing list, etc. Thanks! |
What I need just proxy request, but wait for response make QPS slow.
Looking forward your answer ! thank you !
The text was updated successfully, but these errors were encountered: