What language are you in? In Java you could forward the request during an
interceptor (it'd be similar to being a proxy). No language supports
automatic redirects where the client would re-issue the request to a
different backend.

On Tue, Mar 6, 2018 at 9:14 AM, <martin.kosi...@gmail.com> wrote:

> Hi, I want to make a stateful cluster in such a way that if a request is
> determined that it doesn't belong to the node that recieved the request, I
> want to forward/redirect the request to the correct node.
> Is something like that possible with GRPC?
>
> By some other way than doing it manually
>
> --
> You received this message because you are subscribed to the Google Groups "
> grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/grpc-io/5d43916b-5f0b-4f65-aad9-ab0b865490ec%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/5d43916b-5f0b-4f65-aad9-ab0b865490ec%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CA%2B4M1oOKAyMpz4COZKSemJj3UB_8-C94%2BarDi7%3DDD8ejNuRq3g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to