Re: [grpc-io] Who is managing the grpc-ecosystem github org?

2023-09-11 Thread 'April Kyle Nassi' via grpc.io
Hey Ryan, that would be me! On Thu, Sep 7, 2023 at 7:27 AM Ryan Michela wrote: > Hello, > Who is managing the grpc-ecosystem github org > ? Is it still possible to transfer > projects to this org? I have questions. Who should I talk to? > > -Ryan > > -- > You

[grpc-io] Re: gRPC Connections Managment golang

2023-09-11 Thread ady9116
Clay beads are small decorative beads made from clay or ceramic materials. They are often used in jewelry making and crafting. Clay beads can come in various shapes, sizes, and colors, and they are typically formed by hand or with the help of molds. Once shaped, they are fired in a kiln to

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

2023-09-11 Thread Reena THOMAS
I am downloading tar file from https://files.pythonhosted.org/packages/fb/d5/30bc142a40bb891c28739ec48c99730d20e5fb9cf9637036b4b52f70505b/grpcio-1.21.1.tar.gz , and ran "python setup.py install" I am unable to find a clear solution to know boringSSL version that is mapped to grpcio 1.21.1

[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-11 Thread Abhishek Ghosh
The contents of the file /usr/local/lib/cmake/grpc/gRPCConfig.cmake # Module path list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/modules) # Depend packages if(NOT TARGET absl::strings) find_package(absl CONFIG) endif() # Targets include(${CMAKE_CURRENT_LIST_DIR}/gRPCTargets.cmake)

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

2023-09-11 Thread Abhishek Ghosh
I am using the latest version as of the 10th of September, 2023. I am using gRPC for C++ on linux. PACKAGE VERSION 1.59.0-dev CORE VERSION 35.0.0 I am trying to set up the code base of a project from Github. The code base uses gRPC and cmake to establish the dependencies. >From the