Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Noch nicht vor Sekunden
False
Noch nicht vor Sekunden
Auslösender Text Ignorierter Text Blockierter Text
vor 18 Stunden
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
grpc / grpc-go Public
* Notifications You must be signed in to change notification settings
* Fork 4.7k
* Star 23k
* Code
* Issues 98
* Pull requests 28
* Actions
* Projects
* Security and quality 4
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Actions
* Projects
* Security and quality
* Insights
master
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
5,977 Commits
5,977 Commits
.gemini .gemini
.github .github
Documentation Documentation
admin admin
attributes attributes
authz authz
backoff backoff
balancer balancer
benchmark benchmark
binarylog binarylog
channelz channelz
cmd/ protoc-gen-go-grpc cmd/ protoc-gen-go-grpc
codes codes
connectivity connectivity
credentials credentials
encoding encoding
examples examples
experimental experimental
gcp/ observability gcp/ observability
grpclog grpclog
health health
internal internal
interop interop
keepalive keepalive
mem mem
metadata metadata
orca orca
peer peer
profiling profiling
reflection reflection
resolver resolver
scripts scripts
security/ advancedtls security/ advancedtls
serviceconfig serviceconfig
stats stats
status status
tap tap
test test
testdata testdata
xds xds
AUTHORS AUTHORS
CODE-OF-CONDUCT.md CODE-OF-CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
GOVERNANCE.md GOVERNANCE.md
LICENSE LICENSE
MAINTAINERS.md MAINTAINERS.md
Makefile Makefile
NOTICE.txt NOTICE.txt
README.md README.md
SECURITY.md SECURITY.md
backoff.go backoff.go
balancer_wrapper.go balancer_wrapper.go
balancer_wrapper_test.go balancer_wrapper_test.go
call.go call.go
clientconn.go clientconn.go
clientconn_authority_test.go clientconn_authority_test.go
clientconn_disconnect_reason_noplan9.go clientconn_disconnect_reason_noplan9.go
clientconn_disconnect_reason_plan9.go clientconn_disconnect_reason_plan9.go
clientconn_parsed_target_test.go clientconn_parsed_target_test.go
clientconn_test.go clientconn_test.go
codec.go codec.go
codec_test.go codec_test.go
default_dial_option_server_option_test.go default_dial_option_server_option_test.go
dial_test.go dial_test.go
dialoptions.go dialoptions.go
doc.go doc.go
go.mod go.mod
go.sum go.sum
grpc_test.go grpc_test.go
interceptor.go interceptor.go
picker_wrapper.go picker_wrapper.go
picker_wrapper_test.go picker_wrapper_test.go
preloader.go preloader.go
producer_ext_test.go producer_ext_test.go
resolver_balancer_ext_test.go resolver_balancer_ext_test.go
resolver_test.go resolver_test.go
resolver_wrapper.go resolver_wrapper.go
rpc_util.go rpc_util.go
rpc_util_test.go rpc_util_test.go
server.go server.go
server_ext_test.go server_ext_test.go
server_test.go server_test.go
service_config.go service_config.go
service_config_test.go service_config_test.go
stream.go stream.go
stream_interfaces.go stream_interfaces.go
stream_test.go stream_test.go
trace.go trace.go
trace_notrace.go trace_notrace.go
trace_test.go trace_test.go
trace_withtrace.go trace_withtrace.go
version.go version.go
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* Apache-2.0 license
* Security
More items
gRPC-Go
The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the Go gRPC docs, or jump directly into the quick start.
Prerequisites
* Go: any one of the two latest major releases.
Installation
Simply add the following import to your code, and then go [build|run|test] will automatically fetch the necessary dependencies:
import "google.golang.org/grpc"
Note: If you are trying to access grpc-go from China, see the FAQ below.
Learn more
* Go gRPC docs, which include a quick start and API reference among other resources
* Low-level technical docs from this repository
* Performance benchmark
* Examples
* Contribution guidelines
FAQ
I/O Timeout Errors
The golang.org domain may be blocked from some countries. go get usually produces an error like the following when this happens:
$ go get -u google.golang.org/grpc
package google.golang.org/grpc: unrecognized import path "google.golang.org/grpc" (https fetch: Get https://google.golang.org/grpc?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
To build Go code, there are several options:
* Set up a VPN and access google.golang.org through that.
* With Go module support: it is possible to use the replace feature of go mod to create aliases for golang.org packages. In your project's directory:
go mod edit -replace=google.golang.org/grpc=github.com/grpc/grpc-go@latest
go mod tidy
go mod vendor
go build -mod=vendor
Again, this will need to be done for all transitive dependencies hosted on golang.org as well. For details, refer to golang/go issue #28652.
Compiling error, undefined: grpc.SupportPackageIsVersion
Please update to the latest version of gRPC-Go using go get google.golang.org/grpc.
How to turn on logging
The default logger is controlled by environment variables. Turn everything on like this:
$ export GRPC_GO_LOG_VERBOSITY_LEVEL=99
$ export GRPC_GO_LOG_SEVERITY_LEVEL=info
The RPC failed with error "code = Unavailable desc = transport is closing"
This error means the connection the RPC is using was closed, and there are many possible reasons, including:
1. mis-configured transport credentials, connection failed on handshaking
2. bytes disrupted, possibly by a proxy in between
3. server shutdown
4. Keepalive parameters caused connection shutdown, for example if you have configured your server to terminate connections regularly to trigger DNS lookups. If this is the case, you may want to increase your MaxConnectionAgeGrace, to allow longer RPC calls to finish.
It can be tricky to debug this because the error happens on the client side but the root cause of the connection being closed is on the server side. Turn on logging on both client and server, and see if there are any transport errors.
About
The Go language implementation of gRPC. HTTP/2 based RPC
grpc.io
Topics
dogs-over-catsgiant-robotsgogolanggrpchacktoberfestmicroservicesnot-nanoservicesprotorpc
Resources
Readme
Apache-2.0 license
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
23.0k stars
Watchers
458 watching
Forks
4.7k forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Derzeit werden Unterschiede nur textuell und nicht grafisch dargestellt, es ist nur der letzte Screenshot verfügbar.
Für Screenshots ist ein Content Fetcher (Sockpuppetbrowser, Selenium usw.) erforderlich, der Screenshots unterstützt.