The ruby implementation of grpc uses one thread for one open stream. This is inefficient so we should introduce a proxy service that keeps a stream open with Aquila and converts the incoming messages into single messages and send them to Sagittarius
- add services without steam for Sagittarius
Maybe split the protocols into sagittarius_gateway/sagittarius_proxy and sagittarius_rails?
The ruby implementation of grpc uses one thread for one open stream. This is inefficient so we should introduce a proxy service that keeps a stream open with Aquila and converts the incoming messages into single messages and send them to Sagittarius
Maybe split the protocols into
sagittarius_gateway/sagittarius_proxyandsagittarius_rails?