[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] Re: C++ gRPC with PKCS#11

2023-09-13 Thread 'Luwei Ge' via grpc.io
Hi, I assume you are building gRPC with OpenSSL. 1. We do have some support for the Engine APIs (https://github.com/grpc/grpc/blob/6534f0a6bfc1cfae6db931f9ee16f480de980374/src/core/tsi/ssl_transport_security.cc#L568) of OpenSSL 1.0.2. Unfortunately, because the feature was implemented quite

[grpc-io] Re: The following imported targets are referenced, but are missing: absl::any_invocable while trying to use gRPC for a project

2023-09-13 Thread Abhishek Ghosh
Yes, it was answered. On Wednesday, September 13, 2023 at 11:23:34 PM UTC+5:30 AJ Heller wrote: > I believe this was answered in https://github.com/grpc/grpc/issues/34299 > > On Monday, September 11, 2023 at 2:29:30 AM UTC-7 Abhishek Ghosh wrote: > >> The contents of the file

[grpc-io] Re: Using the certificate fetcher API

2023-09-13 Thread 'Luwei Ge' via grpc.io
Hi, Does the FileWatcherCertificateProvider work at https://github.com/grpc/grpc/blob/master/include/grpcpp/security/tls_certificate_provider.h for your use case? It's an experimental API but we plan to stabilize it soon. Best, Luwei On Tuesday, September 12, 2023 at 2:13:32 PM UTC-4

[grpc-io] Re: gRPC Connections Managment golang

2023-09-13 Thread 'AJ Heller' via grpc.io
I'm not sure what your question here is, exactly. I'd recommend starting with this grpc-go tutorial https://grpc.io/docs/languages/go/basics/, which will teach you the basics of creating connections and issuing RPCs. You may be most interested in bidirectional streaming. On Saturday, September

[grpc-io] Re: How are bidirectional streams handled for TCP disconnection exceptions in gRPC?

2023-09-13 Thread 'AJ Heller' via grpc.io
This is answered on StackOverflow. On Saturday, September 9, 2023 at 11:56:35 PM UTC-7 borong wrote: > > https://stackoverflow.com/questions/77075070/how-are-bidirectional-streams-handled-for-tcp-disconnection-exceptions-in-grpc > > > > specific description > -- You received this message

[grpc-io] Re: The following imported targets are referenced, but are missing: absl::any_invocable while trying to use gRPC for a project

2023-09-13 Thread 'AJ Heller' via grpc.io
I believe this was answered in https://github.com/grpc/grpc/issues/34299 On Monday, September 11, 2023 at 2:29:30 AM UTC-7 Abhishek Ghosh wrote: > The contents of the file /usr/local/lib/cmake/grpc/gRPCConfig.cmake > # Module path list(APPEND CMAKE_MODULE_PATH >

[grpc-io] Re: How to find boringSSL version in grpcio 1.21.1 ?

2023-09-13 Thread 'AJ Heller' via grpc.io
I'm not entirely sure how to help you with such an old version. I'd recommend trying with a more recent gRPC version, we are currently up to version 1.58. https://pypi.org/project/grpcio/ On Monday, September 11, 2023 at 3:40:12 AM UTC-7 Reena THOMAS wrote: > I am downloading tar file from >

[grpc-io] Re: Handling gRPC-gateway for .NET Core

2023-09-13 Thread 'AJ Heller' via grpc.io
gRPC-gateway is a go project. grpc-web might be able to help you https://github.com/grpc/grpc-web On Tuesday, September 12, 2023 at 10:15:58 PM UTC-7 David CHANE wrote: > Dear Mrs., Mr , > > > > I am currently progamming an App in gRPC using .NET environment and > writing my code in C#