Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add convenience functionality around exposing NiFi listener ports with kubernetes services

オープン
#414 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
20/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
kubernetes, rust

調査の方向性

リンクされた issue #317 と 2022 年の議事録から始め、Stackable 属性が付けられた listener に対する NiFi の API と Kubernetes Service の動作を調査します。複数の workflow ポート、workflow ごとの TLS 証明書、分散した NiFi pod 間でのエンドポイント公開について、解決済みのアプローチを定義して文書化します。

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

説明

Follow up ticket to https://github.com/stackabletech/nifi-operator/issues/317

Processors in NiFi can expose ports and listen for connections on these.

For clients to access these endpoints, the nifi-operator has to expose the http(s?) ports prior to creating the workflow (i.e. at cluster creation time).

Investigate a proper way to implement this.

Questions

  • How to support multiple rest triggered workflows (multiple ports)?
  • How to provision SSL certs per workflow?
  • In a distributed Nifi cluster, should http(s) endpoints be published from all (nifi) pods?
  • ...

09.08.2022 meeting minutes

We see two possible solutions. The first one involves configuring a proxy to all Nifi cluster nodes. The second and preferred solution involves polling the Nifi api for listeners marked with a stackable attribute and patch a k8s load balancer service accordingly.

主要言語
Rust
スター
48
フォーク
12
平均マージ
11時間 26分
マージ済み PR(30日)
10

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stackabletech/nifi-operator のほかの issue

stackabletech/nifi-operator の issue をすべて見る

似ている issue

Rust の issue をもっと見る

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

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