Bradley Kemp

Results 54 issues of Bradley Kemp

This will let GoDoc playground run offline without any user effort

Currently we only support a single input.go file. This prevents people being able to use examples in their documentation. This could either be fixed by allowing arbitrary files and filenames...

Users can already specify proto files/descriptors to use for unmarshalling messages. If the destination supports the gRPC server reflection API (https://github.com/grpc/grpc/blob/master/doc/server-reflection.md) then grpc-proxy/grpc-dump should load the descriptors automatically. TODO: should...

enhancement
grpc-dump
grpc-proxy

Currently RPCs are only dumped to the output once they finish, this means we miss requests that live longer than the proxy. This is also confusing because messages are received...

design question
grpc-dump

Definitions such as `google/longrunning/operations.proto` should be baked into the tools so that it's easier to run `grpc-dump`/etc. by just pointing at your own proto files. This should be implemented via...

ready for development
grpc-dump

I've already done a bit of work to reduce contention (48fa49b92f05633f48bc15722481bb66e367d7b9) but proxying still introduces a small but noticeable slowdown to proxied traffic. It would be good to add some...

grpc-proxy

#55 implemented this for MacOS but it would be good to get this implemented on all platforms (where possible)

help wanted
ready for development
grpc-proxy

This lets users easily mock/modify single requests without having to have an entire fixture file. Implementing this will just involve: * Adding a new CLI option to `grpc-fixture` * Finding...

good first issue
grpc-fixture