We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proglog/ServerSideServiceDiscovery/internal/discovery/membership.go
Line 42 in f6dae5f
This code won't compile. Should be: m.Config.BindAddress
The text was updated successfully, but these errors were encountered:
typo in DeployLocally section: in Dockerfile https://github.com/travisjeffery/proglog/blob/master/DeployLocally/Dockerfile#L11C4-L11C75
we have https:#github , also no space after -qO, fixed as
https:#github
RUN GRPC_HEALTH_PROBE_VERSION=v0.3.2 && \ wget -q -O /go/bin/grpc_health_probe \ https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 && \ chmod +x /go/bin/grpc_health_probe
Sorry, something went wrong.
No branches or pull requests
proglog/ServerSideServiceDiscovery/internal/discovery/membership.go
Line 42 in f6dae5f
This code won't compile. Should be: m.Config.BindAddress
The text was updated successfully, but these errors were encountered: