mirror of
https://github.com/openobserve/goflow2.git
synced 2025-11-02 04:53:27 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user