Re: [grpc-io] Re: gRFC A36: xDS-Enabled Servers

2021-06-11 Thread 'Eric Anderson' via grpc.io
This gRFC is being updated to describe RouteConfiguration behavior as part of https://github.com/grpc/proposal/pull/237 On Fri, Apr 30, 2021 at 2:27 PM 'yas...@google.com' via grpc.io < grpc-io@googlegroups.com> wrote: > Concrete details for the Core/C++ API for creating xDS-enabled servers are >

[grpc-io] gRFC A41: xDS RBAC Support (Authorization)

2021-06-11 Thread 'Eric Anderson' via grpc.io
I've created a gRFC for supporting xDS RBAC to support server-side authz. It includes an update to A36-xds-for-servers as a case was missing. See: https://github.com/grpc/proposal/pull/237 Comments welcome! -- You received this message because you are subscribed to the Google Groups "grpc.io"

Re: [grpc-io] Hourly spikes in php grpc call

2021-06-11 Thread Karthik D
Hi Amit, Thanks for the reply. Please ignore this. We found the root cause. There was a flow triggering every hour during the grpc call. After running this in a separate thread solved the issue. Don't see spikes anymore. Regards, Karthik On Fri, Jun 11, 2021, 5:46 PM Amit Saha wrote: > On Fri

Re: [grpc-io] Hourly spikes in php grpc call

2021-06-11 Thread Amit Saha
On Fri, Jun 11, 2021 at 9:39 PM Karthik D wrote: > > Hi, > > I am running a Php application (client) that communicates with rust > application (server) via Grpc/Protobuf. I am seeing consistent hourly spikes > for these calls. > > Usually, the grpc call will be around 2-4 ms. But the hourly spik

[grpc-io] Hourly spikes in php grpc call

2021-06-11 Thread Karthik D
Hi, I am running a Php application (client) that communicates with rust application (server) via Grpc/Protobuf. I am seeing consistent hourly spikes for these calls. Usually, the grpc call will be around 2-4 ms. But the hourly spike ranges from 30 ms to 1.5 seconds. I wanted to know what is t