Python Processor and relationships

2024-04-25 Thread Ashwini Kumar
I created a Python Nifi Processor just as in the standard python documentation. This is NOT an ExecuteScript processor.I am able to load the python processor in Nifi but when I click the Configure Processor -> Relationships tab, I see no relationships there. This renders the Python processor

Re: [DISCUSS] MiNiFi C++ 1.0.0-M1 release

2024-04-25 Thread Marton Szasz
There is a limitation of CMake that it doesn't allow anything other than numbers in the version. MiNiFi C++ uses CMake as its build system generator, so this affects us. The initial idea was to go with 1.0.0 internally, and only specify the -M1 suffix in the package name, git tag, etc. We