Name: | python3-grpcio-admin |
---|---|
Version: | 1.46.3 |
Release: | 4.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4739 |
License: | ASL 2.0 |
RPM: | python3-grpcio-admin-1.46.3-4.el9.noarch.rpm |
Source RPM: | grpc-1.46.3-4.el9.src.rpm |
Build Date: | Fri Jun 17 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.grpc.io |
Summary: | A collection of admin services |
Description: | gRPC Python Admin Interface Package =================================== Debugging gRPC library can be a complex task. There are many configurations and internal states, which will affect the behavior of the library. This Python package will be the collection of admin services that are exposing debug information. Currently, it includes: * Channel tracing metrics (grpcio-channelz) * Client Status Discovery Service (grpcio-csds) Here is a snippet to create an admin server on "localhost:50051": server = grpc.server(ThreadPoolExecutor()) port = server.add_insecure_port('localhost:50051') grpc_admin.add_admin_servicers(self._server) server.start() Welcome to explore the admin services with CLI tool "grpcdebug": https://github.com/grpc-ecosystem/grpcdebug. For any issues or suggestions, please send to https://github.com/grpc/grpc/issues. |
- Non-bootstrap build for EPEL9
- Bootstrap for EPEL9
- Add exact-version dependency on grpc-cpp from grpc-cli
- Update to 1.46.3 (close RHBZ#2088859)
- Update to 1.46.2 (close RHBZ#2087019)
- Trivial typo fixes in spec file comments
- Update to 1.46.1 (close RHBZ#2024386) - No longer depends on wyhash, as the core of the algorithm has been rewritten and included in the primary sources
- F37+: Stop tracking test failures on 32-bit arches
- Improve grpc-1.40.0-python-grpcio-use-system-abseil.patch
- Add exactly-versioned grpc-cpp subpackage dependencies