[grpc-io] Questions about grpc-node client streaming

2024-01-02 Thread Kyaw Thit Lwin
Hi guys, I have some confusions about grpc-js client streaming. Sorry for the long question. I have encountered multiple errors, 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Session closed with error code 2 during the load testing. May I know what could

Re: [grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread Utpal Dutta
Hello, I am not using protobuf-net. But thanks I will check it out. Regards, Utpal Dutta On Tue, Jan 2, 2024, 11:53 PM 'yas...@google.com' via grpc.io < grpc-io@googlegroups.com> wrote: > Are you using https://github.com/protobuf-net/protobuf-net? If so, you > might need to raise an issue

Re: [grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread Utpal Dutta
Hello Larry, Thank you for your reply. But I can not use string and Int32 as my values accept null as well. And string and Int32 can not accept null values. Regards, Utpal Dutta On Wed, Jan 3, 2024, 12:02 AM 'Larry Safran' via grpc.io < grpc-io@googlegroups.com> wrote: > Using string and int32

Re: [grpc-io] Re: Looking for organizational/process best practices

2024-01-02 Thread 'Richard Belleville' via grpc.io
+Terry Wilson On Tue, Jan 2, 2024 at 10:14 AM 'yas...@google.com' via grpc.io < grpc-io@googlegroups.com> wrote: > This sounds like a topic suited for https://groups.google.com/g/protobuf > > On Wednesday, December 27, 2023 at 6:20:20 PM UTC-8 Frederic Marand (FGM) > wrote: > >> Hello. >> >>

[grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread 'Larry Safran' via grpc.io
Using string and int32 instead of *google.protobuf.StringValue* and *google.protobuf.Int32Value* will change *description* and *modified_user* to your desired format. On Wednesday, December 27, 2023 at 10:35:11 PM UTC-8 Utpal Dutta wrote: > Hello, > I am using Protobuff with dotnet core 6. I

[grpc-io] Re: Facing issue to use protobuf in dot net core 6

2024-01-02 Thread 'yas...@google.com' via grpc.io
Are you using https://github.com/protobuf-net/protobuf-net? If so, you might need to raise an issue there. On Wednesday, December 27, 2023 at 10:35:11 PM UTC-8 Utpal Dutta wrote: > Hello, > I am using Protobuff with dotnet core 6. I am creating CRUD operation > through gRPC communication. In

[grpc-io] Re: Looking for organizational/process best practices

2024-01-02 Thread 'yas...@google.com' via grpc.io
This sounds like a topic suited for https://groups.google.com/g/protobuf On Wednesday, December 27, 2023 at 6:20:20 PM UTC-8 Frederic Marand (FGM) wrote: > Hello. > > After teaching a course on protobuf and gRPC in Go, I’ve had requests for > best organizational practices for the use of