http_server sync response brokered with an other output and batching #2324
sagikazarmark
started this conversation in
General
Replies: 1 comment 4 replies
-
Hey @sagikazarmark 👋 I wonder if the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following pipeline:
The problem I have is reaching the desired count may take a long time and HTTP requests time out.
The reason I use sync response in the first place is being able to modify the response code (also, I have a couple processors validating the messages and I return an error in the response if the request is invalid).
Ideally, I'd like to return the response without waiting for the http_client request to be sent.
Is that possible?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions