Remote Procedure Call on k8or

Remote Procedure Calls (RPC) provide a way for services to interact as if they were local functions, simplifying communication and streamlining development. Learn More
Select Product Version Description Notes
gRPC
gRPC
High-performance, open-source RPC framework from Google, widely adopted within the cloud-native ecosystem.
Apache bRPC High-performance RPC framework developed by Baidu, optimized for large-scale microservices deployments.
SRPC
SRPC
Simple, efficient RPC framework focused on simplicity and ease of use.
Avro Data serialization framework often used in conjunction with RPC frameworks like gRPC.
GoFr High-performance, lightweight RPC framework written in Go, designed for small, efficient workloads.