influxdata / influxdata/kapacitor
[UDF] - protobuf files should be migrated to start with newer `edition` number
Open
@karel-rehor is already working on this.
Since May 12, 2025.
- Dominant language
- Go
- Stars
- 2.4k
- Forks
- 479
- Avg merge
- 4d 16h
- Merged PRs (30d)
- 4
Description
Currently the UDF file `udf/agent/udf.proto` starts with the declaration `syntax = "proto3";`. A newer preferable syntax exists for protobuf editions.
e.g.
```proto
edition = "2023";
```
see: https://protobuf.dev/editions/overview/
While working on cleaning up dependabot issues, golang upgrades and deprecating Python2 support, perhaps this should be migrated as well.
Perhaps once Python2 support has ended, this can be migrated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.