Skip to content

gRPC stream destination change #2398

Answered by Tratcher
StanleyNavara asked this question in Q&A
Discussion options

You must be logged in to vote

No, there's nothing available for this. Doing so requires not just fanning out requests, but also understanding the contents of the stream to properly split on message boundaries.

This would need to be a dedicated endpoint that received the gRPC messages, split them up, fan'd them out to different backends, and then forwarded back the responses (with concurrency protections).

cc: @JamesNK

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karelz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants