Hi Arpit, enum is not currently supported by gRPC server reflection and grpc_cli.
Thanks, Yuchen On Wednesday, December 13, 2017 at 12:15:54 PM UTC-8, Arpit Baldeva wrote: > > Hi, > > Is it a known issue that grpc_cli does not support enums? > > I have tried a few variations: > * grpc_cli type 127.0.0.1:50051 Greeter.GreetingType > * grpc_cli type 127.0.0.1:50051 .Greeter.GreetingType > > etc.My finding is also consistent with > https://www.goheroe.org/2017/08/19/grpc-service-discovery-with-server-reflection-and-grpc-cli-in-go/ > > > Thanks. > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/a266e652-d555-43d0-81d6-1cb47586903f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
