Piyush Kumar
Piyush Kumar
Thanks for the reply!! I tried the solution but it didn't work. ``` var item = { fields: { Name: { string_value: 'name' } } } let request = {Id:...
Code: ``` const PROTO_PATH = require('path').join(__dirname, 'userprofile.proto'); const grpc = require('grpc'); const protoLoader = require('@grpc/proto-loader'); require('google-protobuf/google/protobuf/struct_pb'); const packageDefinition = protoLoader.loadSync(PROTO_PATH, { keepCase: true, longs: String, enums: String, defaults: true, oneofs:...
Any update on this issue?
No problem. Anyway, I ended up using static loading of proto and it is working fine for structs.
@edenhill Ok. I will add those configs. Can you tell me what those warning actually represents and in which scenarios we got this warning? Thanks
But If I use the ReJSON interface to generate mocks, I have to create a struct(other than **Handler**) that implements all the methods of the ReJSON interface even if I...
@jimmykarily We are running a kairos upgrade in a pod. And sometimes if the pod gets killed in between and a new pod restarts the upgrade we see this `mount...