Goal
- release BrokRPC v1 for production usage
- provide codegen integration (pyprotostuben) for quick framework setup
BrokRPC
The main goal is to get stable BrokRPC interface (for interfaces like Publisher, Consumer, Server, Client, Serializer, Message). This can be done by implementing the following features:
server-client communication
message brokers
Message brokers support is divided on 2 parts:
- publisher & consuemr + RPC unary-unary
- RPC stream (unary-stream, stream-unary, stream-stream)
pyprotostuben
This lib provides codegen from .proto files for BrokRPC framework.
Goal
BrokRPC
The main goal is to get stable BrokRPC interface (for interfaces like Publisher, Consumer, Server, Client, Serializer, Message). This can be done by implementing the following features:
server-client communication
message brokers
Message brokers support is divided on 2 parts:
pyprotostuben
This lib provides codegen from
.protofiles for BrokRPC framework.