The Python interceptor design doc has the description about the execution
order ->
https://github.com/grpc/proposal/blob/master/L13-python-interceptors.md#client-side-implementation


On Tue, Apr 30, 2019 at 3:25 PM benkarl via grpc.io <
[email protected]> wrote:

>
> This is from the comments on the grpc.intercept_channel method:
> https://github.com/grpc/grpc/blob/f6c090863431b606700440d674eaca5948cffa73/src/python/grpcio/grpc/__init__.py#L1692
>
> And here's the implementation, showing the list on inputs is reversed:
> https://github.com/grpc/grpc/blob/f6c090863431b606700440d674eaca5948cffa73/src/python/grpcio/grpc/_interceptor.py#L508
>
> Just curious because it isn't very intuitive to me that they are given
> control in reverse order that they are provided.
>
> --
> 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 [email protected].
> To post to this group, send email to [email protected].
> 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/4c7ce9ab-39ab-41a2-95f3-fe595719d6df%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/4c7ce9ab-39ab-41a2-95f3-fe595719d6df%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 [email protected].
To post to this group, send email to [email protected].
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/CAMC1%3Djc2LO5R_R2sqohS5nJo_1nETDSigVEyN1q9h6T7rZ%3DOTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to