[
https://issues.apache.org/jira/browse/FLINK-36667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hong Liang Teoh resolved FLINK-36667.
-------------------------------------
Resolution: Fixed
merged commit
[{{4055fd5}}|https://github.com/apache/flink-connector-prometheus/commit/4055fd5712a407ab8bb562a8f1a6f7f28f08872d]
into apache:main
> Remove `proto` schema definitions from source
> ---------------------------------------------
>
> Key: FLINK-36667
> URL: https://issues.apache.org/jira/browse/FLINK-36667
> Project: Flink
> Issue Type: Technical Debt
> Components: Connectors / Prometheus
> Reporter: Lorenzo Nicora
> Priority: Minor
> Labels: pull-request-available
> Fix For: prometheus-connector-1.0.0
>
>
> The connector source includes 3 `.proto` files that define the Prometheus
> Remote-Write wire protocol, also including GoGoProto the Prometheus `proto`
> depends on.
>
> * `proto/remote.proto`
> * `proto/types.proto`
> * `proto/gogoproto/gogo.proto`
> These schema definitions are redundant, because the connector includes the
> Protobuf-generated Java classes, and should be removed
--
This message was sent by Atlassian Jira
(v8.20.10#820010)