gRPC Interceptor: unary interceptor with code example
The gRPC interceptor allows us to intercept gRPC remote procedure calls (RPC) and add code to handle the cross-cutting concerns....
The gRPC interceptor allows us to intercept gRPC remote procedure calls (RPC) and add code to handle the cross-cutting concerns....
The Kubernetes, an open-source container orchestration platform, allows us to deploy the containerized microservice application in public, private, or hybrid...
Temporal is an open-source, workflow-as-code workflow orchestration platform. In Temporal, you define workflow steps (called Activities) in code using constructs...
gRPC works on HTTP/2. The TCP connection on the HTP/2 is long-lived and a single connection can multiplex many requests....
Interfaces and unions are abstract types in GraphQL that allow a schema field to return one of several object types....
Read moreIn the bidirectional streaming RPC, a gRPC client sends a stream of messages, and the gRPC server responds with a...
Read moreThe gRPC client streaming RPC allows a client to send a stream of messages to a server. This is different...
Read moreSimplifying modern tech stack!
© 2023 Techdozo.
© 2023 Techdozo.