Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

gRPC-defined protobufs for peripheral services such as health checking, load balancing, etc.

License

NotificationsYou must be signed in to change notification settings

mmorel-35/grpc-proto

 
 

Repository files navigation

This repository contains the canonical versions of common protocol definitionsfor peripheral services around gRPC such as health checking and load balancing.

Usage

For Bazel users, it can be included directly as anhttp_repository.

Non-Bazel users are expected to copy the proto files from this repo as needed.However, those copies should not be modified; they should be byte-identical withthe version of grpc-proto that was copied from. Changes should be made to protofiles in this repo before being recopied elsewhere. This prevents forking theproto and makes clear the "latest version" of the proto.

Projects that copy the protos should defend against repo-specific modifications.They should use a script to copy that overwrites any such changes, or havesanity tests that would fail if a proto was no longer byte-identical.

Directory Structure

The directory structure should match the protocol package. For example,health.proto in packagegrpc.health.v1 will be placed ingrpc/health/v1/health.proto.

About

gRPC-defined protobufs for peripheral services such as health checking, load balancing, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Starlark100.0%

[8]ページ先頭

©2009-2025 Movatter.jp