golang-gogottrpc 1.1.0-2 source package in Ubuntu

Changelog

golang-gogottrpc (1.1.0-2) unstable; urgency=medium

  * Revert "Backport upstream commits fixing compat with newer protobuf"
    This reverts commit 5bcd31c8f1ea82ba892e87466a94fccf4c11d31b.
    The backported upstream commits breaks containerd, et.al.
    See https://github.com/containerd/containerd/issues/6564
    Reopens: #975431

 -- Andreas Henriksson <email address hidden>  Thu, 17 Mar 2022 08:17:15 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-gogottrpc_1.1.0-2.dsc 2.5 KiB 1b694d57ed7a4902c52397ab8db92656b24a4664ce3008f765a5801532ca4eca
golang-gogottrpc_1.1.0.orig.tar.gz 34.2 KiB 4702444efc22137fb18dc1c0e81f81950465506ecc66a6e6a6a697e522c10f0a
golang-gogottrpc_1.1.0-2.debian.tar.xz 3.4 KiB 5d1ddf79753bd171d35719afed7c29b06aeb39273dde668731beb76692cb4fb1

Available diffs

No changes file available.

Binary packages built by this source

gogottrpc: GRPC for low-memory environments - utilities

 The existing grpc-go project requires a lot of memory overhead for
 importing packages and at runtime. While this is great for many services
 with low density requirements, this can be a problem when running a
 large number of services on a single machine or on a machine with a
 small amount of memory.
 .
 Using the same GRPC definitions, this project reduces the binary size
 and protocol overhead required. We do this by eliding the net/http,
 net/http2 and grpc package used by grpc replacing it with a lightweight
 framing protocol. The result are smaller binaries that use less resident
 memory with the same ease of use as GRPC.
 .
 Please note that while this project supports generating either end of
 the protocol, the generated service definitions will be incompatible
 with regular GRPC services, as they do not speak the same protocol.
 .
 This package provides utilities.

golang-github-containerd-ttrpc-dev: No summary available for golang-github-containerd-ttrpc-dev in ubuntu kinetic.

No description available for golang-github-containerd-ttrpc-dev in ubuntu kinetic.