Skip to content
New issue

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

Integration with the Buf Schema Registry (BSR) #122

Open
kindermoumoute opened this issue May 17, 2021 · 0 comments
Open

Integration with the Buf Schema Registry (BSR) #122

kindermoumoute opened this issue May 17, 2021 · 0 comments

Comments

@kindermoumoute
Copy link

kindermoumoute commented May 17, 2021

The upcoming Buff Schema Registry will allow to use grpcui in many new ways:

# Import common protos from BSR
grpcui -import buf.build/beta/googleapis -proto my_proto/v1/my_api.proto <address>

# Import common protos from a buf lock file
grpcui -import-buf ./buf.lock -proto ./my_proto/v1/my_api.proto <address>

# Import a proto and all its dependencies from BSR
grpcui -import buf.build/my_orga/my_repo/my_api.proto <address>

Ultimately we could imagine having some kind of trusted API addresses (XDS config?) on BSR, which could make grpcui as easy to use as:

grpcui buf.build/my_orga/my_repo

But this feature is more likely to be designed with the buf team.

@kindermoumoute kindermoumoute changed the title Integretion with the Buf Schema Registry (BSR) Integretion with the Buff Schema Registry (BSR) May 17, 2021
@jhump jhump changed the title Integretion with the Buff Schema Registry (BSR) Integration with the Buf Schema Registry (BSR) Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant