[grpc-io] Protobuf Pull Request

2017-02-03 Thread alex via grpc.io
Can anyone on this list help get this work on google/protobuf completed? https://github.com/google/protobuf/pull/2635 I'm trying to add support for manylinux wheels so that Python users get the fast protobuf implementation without having to compile the binaries themselves. -- You received thi

[grpc-io] Re: Using gRPC on AWS

2017-01-19 Thread alex via grpc.io
gRPC "works" in AWS. That is, you can run gRPC services on EC2 nodes and have them connect to other nodes, and everything is fine. If you are using AWS for easy access to hardware then all is fine. What doesn't work is ELB (aka CLB), and ALBs. Neither of these support HTTP/2 (h2c) in a way that