[grpc-io] Repeated returns empty, Java 8, Maven, NetBeans 8.1

2016-10-05 Thread Tim McManamey
I want to return a List of strings using gRPC. In my program it seams to add a string to the repeated value fine, but when I return the value to the calling program it's empty. Here is my code: my.proto syntax = "proto3"; option java_multiple_files = true; option java_package =

[grpc-io] Re: Building grpc-java on Power8

2016-10-05 Thread nishidha27
Hello Eric, I'm still stuck with error while running command ./gradlew build -Pprotoc=/usr/local/bin/protoc -Pprotoc-gen-javalite=/usr/ local/bin/protoc-gen-javalite I'm seeing below error despite building netty-tcnative on Power - :grpc-interop-testing:test[jetty-alpn-agent] Using:

[grpc-io] gRPC with C programs

2016-10-05 Thread rautelap
Hi, So, I have a rather embarrasing question. We have a distributed system with a lot of services in C, which use protobuf2. I want to use gRPC for our Data access Layer (not ready yet), and thus decided to use go lang. But the rest of the services are C based and since gRPC needs