influxdata / influxdata/kapacitor

[UDF] - protobuf files should be migrated to start with newer `edition` number

Open
#2,851 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.