-
Hi! I just want to ask if Jetstream (in |
Beta Was this translation helpful? Give feedback.
Answered by
ripienaar
Nov 12, 2021
Replies: 1 comment 3 replies
-
Streams are for operations that are decoupled, so Request-Reply does not really make a lot of sense, more likely you would add a header with a next-stream name and stick processed data in there. Your "request" then is a message with the header set. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
earthpyy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Streams are for operations that are decoupled, so Request-Reply does not really make a lot of sense, more likely you would add a header with a next-stream name and stick processed data in there. Your "request" then is a message with the header set.