envoyproxy / envoyproxy/java-control-plane

Xds API v2 deprecation

オープン
#154 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Java
スター
312
フォーク
149
PR マージ指標
30日以内にマージされた PR はありません

説明

Xds api v2 has been "softly" deprecated in latest Envoy release. Our integration tests fail with errors like:
```
gRPC config for type.googleapis.com/envoy.api.v2.Listener rejected: The v2 xDS major version is deprecated and disabled by default. Support for v2 will be removed from Envoy at the start of Q1 2021. You may make use of v2 in Q3 2020 by setting '--bootstrap-version 2' on the CLI for a v2 bootstrap file and also enabling the runtime envoy.reloadable_features.enable_deprecated_v2_api flag. (envoy.api.v2.Listener)
[tc-okhttp-stream-439430225] INFO 🐳 [envoyproxy/envoy-alpine-dev:latest] - STDERR:
```
Short term fix would be to add `-bootstrap-version 2` to Envoy container used in tests, long term to get rid of all v2 tests/code. This blocks all incoming PRs.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

統合テストで使用されている Envoy コンテナ設定を特定し、まだ v2 xDS API を使用しているテストとコードを調査します。非推奨化エラーを再現するために統合テストスイートを実行します。完了の条件は、v2 が無効になっていることが原因でテストが失敗しなくなり、残っている v2 の使用が削除または更新されていることです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
grpc, java
領域
api, testing
issue の種類
リファクタリング
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
25/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。