[grpc-io] How can I send and receive Structs in GRPC using NodeJS on both Server and Client

2022-11-03 Thread Bro Bant
I have attempted all I can to send and receive arbitrary data using `google.protobuf.Struct` from NodeJS all to no success. I am using the official `@grpc/grpc-js` npm package for all my needs. Below is my proto file: message WorkSpaceRequest{ google.protobuf.Struct body=1; }

[grpc-io] Per connection context for insecure servers (c++)

2022-11-03 Thread 'Dylan Walsh' via grpc.io
Hi there, As I understand it, work is underway for supporting AuthMetadataProcessor with InsecureServerCredentials (https://github.com/grpc/grpc/issues/21589). However, in the meantime I was wondering if there is any other per connection context that is accessible to interceptors with an

[grpc-io] Re: Alpine package for `grpc-cli` is broken in alpine 3.16

2022-11-03 Thread 'Sergii Tkachenko' via grpc.io
IRRC we don't publish any packages to the alpine repo (see supported platforms ), alpine folks do it on their own. grpc-cli package is not available for alpine 3.16 (see