Re: [grpc-io] grpc executor threads

2023-05-17 Thread Jeff Steger
Hi AJ, Thanks for the reply. May I suggest making max number of threads (and/or any rate limits) configurable. Jeff On Tue, May 16, 2023 at 7:44 PM 'AJ Heller' via grpc.io < grpc-io@googlegroups.com> wrote: > Hello all, I want to offer a quick update. tl;dr: Jeff's analysis is > correct. The

Re: [grpc-io] Re: {method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects} taking >6secs on MacOS

2023-05-17 Thread 'Zach Reyes' via grpc.io
Just something we can run and try to reproduce your problem :). On Wednesday, May 17, 2023 at 5:50:58 PM UTC-4 Adam Walters wrote: > Hi Zach, > > Sorry if this is a stupid question but what all are you looking for this > file to contain? > > On May 17, 2023, at 3:55 PM, 'Zach Reyes' via grpc.io

Re: [grpc-io] Re: {method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects} taking >6secs on MacOS

2023-05-17 Thread Adam Walters
Hi Zach,Sorry if this is a stupid question but what all are you looking for this file to contain?On May 17, 2023, at 3:55 PM, 'Zach Reyes' via grpc.io wrote:Can you please provide a full reproducible file, rather than a single file. That we the team can benchmark.On Tuesday, May 16, 2023 at

[grpc-io] Re: Talk gRPC meetup

2023-05-17 Thread 'Larry Safran' via grpc.io
Hi Rajiv, I am the right contact for this. We're currently in the process of revamping the community meetups (which is why there has been a short break). I really appreciate you offering to present and will get in touch with you directly once we are ready. Thanks, Larry On Friday, May 5,

[grpc-io] Re: Calling SendAndClose stream does not result io.EOF error

2023-05-17 Thread torpido
I just realized that SendAndClose should not send EOF but simply indicate that the stream should be closed. What I'm trying to achieve is for the gRPC server to close the streamhim self instead of waiting for the client to send EOF. Can this be done from the gRPC server side? ב-יום רביעי, 17

[grpc-io] Re: Calling SendAndClose stream does not result io.EOF error

2023-05-17 Thread 'Zach Reyes' via grpc.io
Can you provide both the client and server code snippet (preferably reproducible), so we can run and see what's going on here. On Wednesday, May 17, 2023 at 8:12:42 AM UTC-4 torpido wrote: > hi, > > Does anyone have any idea why when I call SendAndClose from the server > stream I don't get an

[grpc-io] Re: {method 'next_event' of 'grpc._cython.cygrpc.SegregatedCall' objects} taking >6secs on MacOS

2023-05-17 Thread 'Zach Reyes' via grpc.io
Can you please provide a full reproducible file, rather than a single file. That we the team can benchmark. On Tuesday, May 16, 2023 at 1:55:11 PM UTC-4 Adam Walters wrote: > Hello, > > Recently my program started running extremely slow and upon further > investigation found that this '{method

[grpc-io] Re: GRPC Serializer does call at the time of GRPC request calling why

2023-05-17 Thread 'Zach Reyes' via grpc.io
What language are you using? Can you please provide more information? I don't know what pdb is referring to. On Monday, May 15, 2023 at 7:45:10 AM UTC-4 Joseph Anjilimoottil wrote: > Hi Guys, > I am working on the project and i want to do nested serializer and in > that i want to do data

[grpc-io] Re: gRPC client side request throttling

2023-05-17 Thread 'Zach Reyes' via grpc.io
Can both of y'all please provide more context. I.e. a client and server side code snippet, something where the team can reproduce? Thanks. On Friday, May 12, 2023 at 3:55:18 AM UTC-4 Vamsi Deepak wrote: > > https://stackoverflow.com/questions/76219206/grpc-module-throwing-error-with-electron-js

[grpc-io] Re: Set seems to not set the field value

2023-05-17 Thread 'Zach Reyes' via grpc.io
Can you please post a longer code snippet (i.e. the full client and server side code snippet) so we can tell what's going on. On Thursday, May 11, 2023 at 2:57:27 AM UTC-4 Tobias Krueger wrote: > Sorry - it is hard to tell what is wrong. > As a side effect (calling a const function) changes the

Re: [grpc-io] Custom channels

2023-05-17 Thread 'Zach Reyes' via grpc.io
We use the standard library net.Conn, which you can think of as a TCP connection. On Wednesday, May 17, 2023 at 3:33:39 PM UTC-4 Zach Reyes wrote: > At least for gRPC GoLang, Custom Transports are not currently supported. > > On Wednesday, May 10, 2023 at 10:44:03 PM UTC-4 Saigut wrote: > >>

Re: [grpc-io] Custom channels

2023-05-17 Thread 'Zach Reyes' via grpc.io
At least for gRPC GoLang, Custom Transports are not currently supported. On Wednesday, May 10, 2023 at 10:44:03 PM UTC-4 Saigut wrote: > Hi, how to custom the endpoint, is there any document or example? I want > to manage the sending and receiving of bytes myself. > Thank you. > 在2015年10月7日星期三

Re: [grpc-io] Re: USB transport

2023-05-17 Thread Frédéric Martinsons
Hello Tom, Two years ago, I managed to get an USB channel based on grpc 1.35 , you can see this work on my personal grpc fork: https://github.com/fmartinsons/grpc/tree/grpc-usb-1.35.0 Sadly, from what I remember, I didn't manage to make it work on my target machine (I got spurious USB

[grpc-io] Proxyless gRPC services in Istio mesh

2023-05-17 Thread Wesley Hartford
I'm using the xDS support in grpc-java to build a sample project with proxyless client and server in Kotlin which participate in an Istio service mesh. My project is available here: https://github.com/wfhartford/kotlin-grpc-xds I got everything working without too much trouble, but I'm a

[grpc-io] Calling SendAndClose stream does not result io.EOF error

2023-05-17 Thread torpido
hi, Does anyone have any idea why when I call SendAndClose from the server stream I don't get an io.EOF error but instead the error is nil, so my stream is never closed? -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this