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

2023-09-06 Thread Quyen Pham Ngoc
I use grpc in Java multithread application. The documentation says: "Since individual StreamObservers are not thread-safe, if multiple threads will be writing to a StreamObserver concurrently, the application must synchronize calls." Is it true that with every onNext request of each

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

2023-09-06 Thread 'Ivy Zhuang' via grpc.io
The v1.58.0 is now available. API Changes - xds: Add missing ExperimentalApi to OrcaServiceImpl - stub: Removed deprecated methods attachHeaders and captureMetadata from MetadataUtils (#10443

Re: [grpc-io] Java 8 / Java 11 support timeline in gRPC?

2023-09-06 Thread 'Eric Anderson' via grpc.io
Yeah... It's been hard to have clear messaging here, because we've been trying to figure it out. The messaging is mostly avoiding over-promising, but where "in practice" fits in is still murky. gRFC P5 says we could have "dropped" Java 8 already. That's obviously not happened. v1.57.0 did have

[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] Re: Upgrade grpcio (+grpcio-tools) from 1.48.1 to 1.54.2 became the reason massive memory leak

2023-09-06 Thread Jerry
Hi! Tried combination `Python3.11` + `grpcio 1.58.0rc1 ` and get the same result: [image: grpcio_3.jpg] Regards, Jerry. понедельник, 4 сентября 2023 г. в 15:21:48 UTC+3, Jerry: > Ok, I'm build from source following the directions in this link: >