Giter Club home page Giter Club logo

grpcutil's People

Contributors

dependabot[bot] avatar dguhr avatar ecordell avatar jakedt avatar josephschorr avatar jzelinskie avatar samkim avatar vroldanbet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

grpcutil's Issues

Bug: Services using grpcutil not able to update google.golang.org/grpc dependency to a version >1.54.0

Problem: See title, as long as one uses grpcutil as helper in their code, it is not possible to update google.golang.org/grpc to v1.55.0 bc. the grpc_testing package has moved and as a result go mod tidy etc breaks.

To reproduce:
see reproducer here: https://github.com/dguhr/go_grpcutil_repro
and specifically the README instructions describing the situation and possible solutions here: https://github.com/DGuhr/go_grpcutil_repro/blob/main/README.md

Support grpc.reflection.v1alpha.ServerReflection

Hi.

I see you've explicitly removed v1alpha support in #58.
However, many third party tools (e.g. postman, k6) are still using v1alpha reflection. Essentially now anyone who depend on that tools cannot upgrade to SpiceDB v1.26.0.

I suggest to follow https://github.com/grpc/grpc-go approach when you support both server versions for some reasonable amount of time.

broken new user tutorial

The new user tutorial when you first create an account has this block of code when making the permission check using go.
This doesn't compile because grpcutil.WithSystemCerts changed to accept an enum(?) and return an error

	// Create an Authzed client.
	client, err := authzed.NewClient(
		"grpc.authzed.com:443",
		grpcutil.WithBearerToken(
			"...omitted..."),
	        grpcutil.WithSystemCerts(false),
	)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.