Hello everyone. I'm completely sure this question was discussed a lot of times, but I can't find anything about it here or in official docs.
We have two places:
https://grpc.io/ - it uses the term "Interceptor" and avoids using "Middleware".
https://github.com/grpc-ecosystem/go-grpc-middleware - uses both Middleware and Interceptor, and looks like they didn't distinguish between themselves.
I'm writing a configuration object for Golang service, and choosing how to name the field: "WithAuthMiddleware" or "WithAuthInterceptor". What is the official gRPC community position about it?
--
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+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/185fa072-34ca-43ed-a618-49a8103ca06an%40googlegroups.com.