Fix protobuf

* Rebuiild with protoc v3.17.2 and protoc-gen-go v1.26.0
* Add misisng go_package flag
* Add protobuf documentation
This commit is contained in:
lspgn
2021-06-07 22:43:09 -07:00
parent 622c41a69d
commit ab81e52b43
7 changed files with 52 additions and 25 deletions

View File

@@ -167,12 +167,7 @@ It can also be extended wtih enrichment as long as the user keep the same IDs.
If you want to develop applications, build `pb/flow.proto` into the language you want:
When adding custom fields, picking a field ID ≥ 1000 is suggested.
You can compile the protobuf using the Makefile for Go.
```
make proto
```
For compiling the protobuf for other languages, refer to the [official guide](https://developers.google.com/protocol-buffers).
Check the docs for more information about [compiling protobuf](/docs/protobuf.md).
## Flow Pipeline