Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
what
PoC to test buf's maven remote packages (see https://buf.build/docs/bsr/remote-packages/maven/).
see https://buf.build/stroeer/tapir/assets/main for assets
learnings
✅ buf's remote packages are separated for proto and grpc per default
✅ packages build for various proto and grpc versions are available
✅ we could remove the java package release process in tapir and simplify our tools
✅ tested in a gRPC go project: stroeer/go-tapir#35
✅ registries for TypeScript, python and Swift are available as well (not tested in this poc)
✅ automatic documentation is nice and we could simplify our docs toolchain, see https://buf.build/stroeer/tapir/docs/main
🟡 we can't specifiy custom tag values for default
buf push
GitHub action (we could create a custom make target though)🟡 might be free (see plans), according to
buf beta price
it would cost $34.00/month for Teams plan which doesn't add much value🟡 buf is a startup and might run out of money
❌ packages names are different (see large diff in https://github.com/stroeer/paperboy/pull/1984) and can't be changed easily atm, see bufbuild/plugins#636
outcome