Add support for HAProxy Protocol ("proxy protocol")
オープン
enhancement
help wanted
- 主要言語
- Java
- スター
- 12.1k
- フォーク
- 4k
- 平均マージ
- 2日 17時間
- マージ済み PR(30日)
- 37
説明
Is there a way to add a CustomHandler to ChannelPipeline using NettyServerBuilder ?
I initialize my GrpcNettyServer by below:
```
NettyServerBuilder serverBuilder =
NettyServerBuilder
.forPort(config.getPort())
.addService();
.intercept();
.executor();
.build();
```
All I want is to get the channel from the server and add a custom handler to the channel pipeline.
Does NettyServerBuilder supports that option ?
コントリビューションガイド
調査の方向性
まず NettyServerBuilder と issue の議論を読み、GrpcNettyServer が ChannelPipeline をどのように公開しているか、また CustomHandler の統合がサポートされているかを確認します。HAProxy Protocol に期待される動作を明確にし、関連するテストを特定します。要求された proxy-protocol のサポートまたはパイプラインのカスタマイズがカバーされ、検証されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- backend, networking
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100