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

Improve Protobuf tooling. #2

Open
bwplotka opened this issue Dec 31, 2020 · 0 comments
Open

Improve Protobuf tooling. #2

bwplotka opened this issue Dec 31, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@bwplotka
Copy link
Contributor

To make this really good standard, we need to improve the ecosystem. It's not bad (e.g IDE proto files support exists, tools are reliable, version etc), but there are rough edges:

  • protoc does not automate path lookups, it's hard to find correct paths (e.g all has to be absolute, for some reason)
  • have a bit confusing errors
  • requires multiple multi-lang binaries (protoc, protoc-gen-go protoc-gen-go-openconfig), with strict naming (plugin system)
  • It's hard to discover out the definition proto used from API/Server/Executable

All is solvable though. Help & ideas welcome 🤗

@bwplotka bwplotka added the help wanted Extra attention is needed label Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant