konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
131 stars 45 forks source link

Ability to change NiFi containerPort protocol (UDP/TCP) #319

Closed TimMilton closed 10 months ago

TimMilton commented 11 months ago

Type of question

General Context

Support question

Hi. Is there any way to change NiFi containerPort protocol in listenersConfig? (from TCP to UDP). When we trying to add protocol: "UDP" or protocolType: "UDP" field into spec.listenersConfig.internalListeners section, we got an error strict decoding error: unknown field "spec.listenersConfig.internalListeners.protocol". Thank you.

NiFiKop version

v1.4.0-release

Golang version

No response

Kubernetes version

Client Version: v1.28.2 Server Version: v1.28.2-eks

NiFi version

1.23.2

Carverook commented 11 months ago

We need this too, please implement it.

mh013370 commented 10 months ago

Raised PR to add.