polyglot
polyglot copied to clipboard
A universal grpc command line client
I am experiencing intermittent issues when using reflection, the same call fails within seconds of each other. The request does not make it to the service. Without reflection, it works...
I keep getting error "name 'maven_jar' is not defined" when I run build using Bazel. Any idea?
When I try and use polyglot, I get a missing import `google/api/annotations.proto: File not found.` Full error ``` WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations...
I updated today to 2.0.0 and since version 1.6.0 I get this error for this command ``` java -jar polyglot.jar --proto_discovery_root=build/extracted-include-protos/main call --endpoint=wn000280:18181 --full_method='api.v1.DataService/ListInstruments'
It would be nice to be able to display all available services and methods without specifying the proto folder location. Example from here -https://github.com/grpc/grpc/blob/master/doc/server_reflection_tutorial.md#list-services
I've tried both polyglot version 1.6.0 and 2.0.0 I'm on Windows 10, and am using git-bash (shell). I can't seem for the life of me to get polyglot to work...
I would like to use polyglot as a library e.g. ideally pulling in a dependency from central that has all the transitive dependencies declared in a pom.xml. Currently, I am...
Are there any parts of polyglot that heavily depend on Java 8? I need Java 7 support for the project I am working on.
Add instructions about python scripts used to configure the project into IDEA and Eclipse.
# JSON Output - Adding JSON option to list command to allow easy parsing of output. - Altering with_message output to be json which can be copy and pasted straight...