{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing"}],"enrichment":{"capability":"Extends gRPC with connection pooling and affinity-based routing for Google Cloud Platform services, managing multiple channels and binding requests to specific backend instances.","skillfed_tags":["grpc","connection-pooling","gcp"],"use_cases":["Manage connection pooling to Google Cloud services that require session affinity and benefit from multiple underlying channels.","Bind gRPC requests to specific backend instances using affinity keys to maintain session state across method calls.","Configure per-method routing rules (BIND, BOUND, UNBIND) to control how requests are distributed across a pool of channels."],"what_it_does":"grpcio-gcp is a gRPC extension that adds connection pooling and affinity-based request routing for Google Cloud Platform services. It wraps the standard gRPC channel to manage a pool of underlying channels and route requests to specific backend instances based on configuration rules, useful for services that benefit from session affinity.\n\nThe package works by loading an API configuration file in text protobuf format that defines channel pool parameters and per-method routing rules, then providing a secure_channel factory that returns a channel pool object compatible with the standard gRPC Channel interface. It is a specialized tool for GCP service integration rather than a general-purpose gRPC enhancement.","worth_installing":"No. The package is abandoned (last release 2018-09-10) and targets Python 2.7 and Python 3.4\u20133.6, all end-of-life. For new projects, use current Google Cloud client libraries instead. Install only if maintaining legacy code that already depends on it."},"id":"grpcio-gcp","links":{"html":"https://skillfed.io/packages/grpcio-gcp","md":"https://skillfed.io/packages/grpcio-gcp.md","pypi":"https://pypi.org/project/grpcio-gcp/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-09-10","license_spdx":null,"license_treatment":"permissive","name":"grpcio-gcp","python_support":"unspecified","summary":"gRPC extensions for Google Cloud Platform"},"popularity":{"monthly_downloads":16817887,"position":1139,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.2.2"}
