[grpc-io]  Important Update: gRPCConf 2024 CFP Deadline Extended!

2024-05-23 Thread 'Terry Wilson' via grpc.io
Dear gRPC Community, We're thrilled to announce that the Call for Proposals (CFP) deadline for gRPConf 2024 has been extended to May 29th, 2024! We've heard your feedback and want to give everyone more time to submit their talks. Whether you're a seasoned gRPC expert or a newcomer to the

[grpc-io] Re: Inquiry on Monitoring Deserialization Time of Protobuf Requests in gRPC

2024-05-16 Thread 'Terry Wilson' via grpc.io
This was also asked in https://github.com/grpc/grpc-java/issues/11217 and I've provided a reply there. On Sunday, May 12, 2024 at 5:32:51 AM UTC-7 YACHEN ZHANG wrote: > Dear Team, > > I am currently utilizing gRPC for our project and I have a specific > requirement that I need assistance with.

[grpc-io] gRPC-Java v1.64.0 Released

2024-05-15 Thread 'Terry Wilson' via grpc.io
The v1.64.0 release of gRPC-Java is now available! API Changes - compiler: the option jakarta_omit was renamed @generated=omit (#11086 ) (8a21afc

[grpc-io] Call for Speakers! 10 Days left to submit a gRPConf 2024 proposal

2024-05-09 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community, We still have slots available for speakers to join us at gRPConf 2024. If you have a gRPC story to tell, an innovative use case to share, or a burning question to answer, we invite you to submit a proposal by May 19th! Submit a Proposal

[grpc-io] Save the Date - gRPConf 2024!

2024-03-05 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community, Mark your calendars for the premier gRPC event of the year! gRPConf 2024 will land on the Google Cloud Campus in Sunnyvale, California, on August 27th, 2024. Get ready to: - Dive into the latest gRPC developments - Network with fellow gRPC users

[grpc-io] Re: Is hedgingPolicy supported in C++

2024-01-23 Thread 'Terry Wilson' via grpc.io
Sorry, I don't believe C++ has implemented hedging. On Monday, January 22, 2024 at 6:29:21 AM UTC-8 Leonid Lazarev wrote: > Hello, > > Does "hedgingPolicy" is suported for C++ grpc or not? > > I see description for hedging in proposal, https:// >

Re: [grpc-io] gRPC client fallback from load-balancer to round robin DNS endpoint on LB outage

2023-11-06 Thread 'Terry Wilson' via grpc.io
Krishna, I'll mention that we also have a short guide on custom LBs that can help you with the fundamentals. On Monday, November 6, 2023 at 3:53:01 PM UTC-8 Larry Safran wrote: > Yes, you will need a custom NameResolver. > You could have

[grpc-io] gRPC-Java v1.59.0 Released

2023-10-20 Thread 'Terry Wilson' via grpc.io
You can now grab the v1.59.0 release. PLANNED ABI BREAKAGE! This breaks the ABI of the @ExperimentalApi classes listed below. This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it

[grpc-io] Re: StreamObservers in multi-thread Java application

2023-09-15 Thread 'Terry Wilson' via grpc.io
Yes, you should not have two threads calling onNext() on the same StreamObserver. If you do, you can get messages interleaved with each other and most likely just produce garbage. You need to make sure that your application acquires a lock before calling any of the methods on StreamObserver.

[grpc-io] 1 Week Until gRPConf 2023 - Almost Sold Out!

2023-09-13 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community! We are one week away from gRPConf 2023 and tickets are close to selling out. If you haven’t had a chance to register yet, please do so soon. Tickets are still available for only $99. We’re also excited to share that we have added a limited number of “Meet a Maintainer”

[grpc-io] Last Call: gRPConf 2023 Early Bird Registration Ends Today 

2023-09-06 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community! Today is the last day to take advantage of $50 Early Bird Registration for gRPConf 2023. Sign up today and join us for a full day of gRPC talks and discussion. Below are all the details you need to know! ✅Register Here

[grpc-io] [Last Call] Come Speak at gRPConf 2023!

2023-07-07 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community! This is the last call to get your proposals in to speak at gRPConf 2023. The deadline is July 9th (this Sunday). Submit your proposals and find more information and tips HERE ! Those not interested in

[grpc-io] 5 Days Left to Submit at Talk for gRPConf 2023

2023-07-05 Thread 'Terry Wilson' via grpc.io
Hello gRPC Community! Time is running out to submit a proposal to speak at gRPConf 2023. The deadline is July 9th (this Sunday). Submit your proposals and find more information HERE ! Spots are still available and topics might

[grpc-io] gRPConf 2023 talk proposal submission deadline now July 9th

2023-06-28 Thread 'Terry Wilson' via grpc.io
Hi everyone, we have extended the deadline for submitting gRPConf 2023 talk proposals to *July 9th*. If you want to reach out to the gRPC community this is a great opportunity! You can submit your talk here

[grpc-io] Re: Please join us for gRPConf 2023!

2023-06-12 Thread 'Terry Wilson' via grpc.io
A quick follow-up on the pricing for the event: *Early Bird*: $50 USD (through September 6) *Standard*: $99 USD (September 7 - Event) Hope to see you there! On Monday, June 12, 2023 at 2:23:12 PM UTC-7 Terry Wilson wrote: > gRPConf 2023 is happening! > > Join us on the Google Cloud Campus for

[grpc-io] Please join us for gRPConf 2023!

2023-06-12 Thread 'Terry Wilson' via grpc.io
gRPConf 2023 is happening! Join us on the Google Cloud Campus for a full day of talks, demos, case studies, and code labs. Experts will discuss real-world implementations of gRPC, best practices for developers, and deep dives into specific topics. This is a must-attend event for anyone using gRPC

[grpc-io] Re: Any suggestion on how to perform load testing of gRPC client & streaming service

2023-03-29 Thread 'Terry Wilson' via grpc.io
I'll also mention that there is a gRPC plugin for Gatling and that K6 also supports gRPC . On Wednesday, March 29, 2023 at 4:27:54 PM UTC-7 Terry Wilson wrote: > I don't have any personal experience

[grpc-io] Re: Any suggestion on how to perform load testing of gRPC client & streaming service

2023-03-29 Thread 'Terry Wilson' via grpc.io
I don't have any personal experience in this tool, but I've seen community use of ghz.sh. Maybe start by looking at what it provides. On Sunday, March 19, 2023 at 12:15:24 PM UTC-7 Shailendra Omkar wrote: > Hi Team, > > I need to perform load testing of my application which uses gRPC client &

[grpc-io] gRPC-Java 1.54.0 Released

2023-03-24 Thread 'Terry Wilson' via grpc.io
The v1.54.0 release is now available. *New Features* - xds: Add weightedRoundRobin LB policy. The WRR policy allows picking the subchannel by weight based on the metrics feedback from the backend using ORCA API. See gRFC A58: Weighted

Re: [grpc-io] grpc vs rest benchmark

2023-02-16 Thread 'Terry Wilson' via grpc.io
In case you are not already aware of them, you might be interested in the benchmarks the gRPC team maintains: https://grpc.io/docs/guides/benchmarking/ You will find a link there to a dashboard with performance history as well as to the repo

[grpc-io] gRPC-Java 1.45.4 released

2023-01-24 Thread 'Terry Wilson' via grpc.io
The v1.45.4 release is now available. *Bug Fixes* - core: Free unused MessageProducer in RetriableStream (#9853 ) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this

[grpc-io] Re: Question about proto message - breaking change behavior

2022-10-19 Thread 'Terry Wilson' via grpc.io
I can't comment on the C# specifics, but when dealing with protobuf changes, one should never reuse the ordinal numbers of deleted fields. If you don't need a field anymore, you should *reserve* the field number. You can find some documentation on this over here

[grpc-io] Last chance to sign up for gRPConf 2022

2022-10-19 Thread 'Terry Wilson' via grpc.io
Hi folks, this is your last chance to sign up for next week's KubeCon 2022 in Detroit and more specifically gRPConf 2022 happening on Monday 10/24! Come learn about the latest developments from several talks we have prepared for you and bring your questions to the gRPC team. We are also very

[grpc-io] gRPC-Java 1.43.3 Released

2022-10-07 Thread 'Terry Wilson' via grpc.io
The v1.43.3 release is now available. *Bugfixes* - android: fix for app coming to foreground #8850 - xds: fix the validation code to accept new-style CertificateProviderPluginInstance wherever used *Dependencies* - Bump

[grpc-io] gRPC-Java v1.42.3 Released

2022-10-07 Thread 'Terry Wilson' via grpc.io
The v1.42.3 release is now available *Dependencies* - Bump protobuf to 3.19.6 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[grpc-io] gRPC-Java 1.49.2 Released

2022-10-04 Thread 'Terry Wilson' via grpc.io
The v1.49.2 release is now available. *Dependencies* - Bump protobuf to 3.21.7 -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails

[grpc-io] gRPC-Java 1.48.2 Released

2022-10-04 Thread 'Terry Wilson' via grpc.io
The v1.48.2 release is now available. *Bug Fixes* - xds: Fix a bug in ring-hash load balancing policy that, during TRANSIENT_FAILURE state, it might cause unnecessary internal connection requests on subchannels. (#9537

[grpc-io] gRPC Java v1.49.0 Release

2022-08-24 Thread 'Terry Wilson' via grpc.io
Release v1.49.0 is now available on Maven Central. https://github.com/grpc/grpc-java/releases/tag/v1.49.0 *New Features* - okhttp: Add `OkHttpServerBuilder`. The server can be used directly, but is not yet available via `ServerBuilder.forPort()` and `Grpc.newServerBuilderForPort()`.

[grpc-io] gRFC A52: gRPC xDS Custom Load Balancer Configuration

2022-04-26 Thread 'Terry Wilson' via grpc.io
Hi folks, I have a PR out for a new gRFC at: https://github.com/grpc/proposal/pull/298 This one covers custom load balancer policy configurations in the control plane and their delivery to gRPC via xDS. Feel free to leave any comments! Terry -- You received this message because you are

[grpc-io] gRPC Java v1.45.0 Released

2022-03-10 Thread 'Terry Wilson' via grpc.io
The release v1.45.0 is now available. Bug Fixes - rls: fix child lb leak when client channel is shutdown (#8750 ) - rls: fix RLS lb policy name (#8867

[grpc-io] gRPC-Java 1.41.1 Released

2021-11-08 Thread 'Terry Wilson' via grpc.io
gRPC Java 1.41.1 is released and is available on Maven Central. https://github.com/grpc/grpc-java/releases/tag/v1.41.1 *Bug Fixes* - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback (#8646). This builds on

[grpc-io] gRPC-Java 1.40.2 Released

2021-11-08 Thread 'Terry Wilson' via grpc.io
gRPC Java 1.40.2 is released and is available on Maven Central. https://github.com/grpc/grpc-java/releases/tag/v1.40.2 *Bug Fixes* - grpclb: Fix “IllegalStateException: already in fallback” channel panic, by not starting fallback timer if already in fallback (#8646). This builds on