Add buf(validation) support for protobuf #2325
AlmogAlmado
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Hey @AlmogAlmado, I'm not sure what the ask is. Are you looking to have the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to add Buf?
This can be very helpful because it gives the capability to read protobuf schema with validation
https://buf.build/
https://buf.build/docs/installation
*We just need to install it on the image
Scheme example:
syntax = "proto3";
package etl;
import "buf/validate/validate.proto"; (currently break)
import "google/protobuf/struct.proto";
import "google/protobuf/wrappers.proto";
Beta Was this translation helpful? Give feedback.
All reactions