Skip to content

Support custom NiFi components via git-sync #739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks done
soenkeliebau opened this issue Jan 13, 2025 · 1 comment · Fixed by #793
Closed
6 tasks done

Support custom NiFi components via git-sync #739

soenkeliebau opened this issue Jan 13, 2025 · 1 comment · Fixed by #793
Assignees
Labels
release/25.7.0 release-note Denotes a PR that will be considered when it comes time to generate release notes.

Comments

@soenkeliebau
Copy link
Member

soenkeliebau commented Jan 13, 2025

We already have docs how to use Python processors in https://docs.stackable.tech/home/stable/nifi/usage_guide/custom-components/custom-python-processors/.
This issue is about implementing a CRD change, which offers this functionality more conveniently.

  • support functionality similar to AirFlow for running gitsync to get python processors into the running container
    • Move gitSync struct from airflow-op into operator-rs!
    • also support extra volumes for this
  • supply Python runtime in container
  • investigate if we want to offer separate functionality for dependencies to what NiFi does (especially considering airgapped environments)

Tasks:

@soenkeliebau soenkeliebau mentioned this issue Jan 13, 2025
1 task
@siegfriedweber siegfriedweber moved this from Proposed to In Progress in Stackable End-to-End Coordination Mar 31, 2025
@siegfriedweber siegfriedweber moved this to Development: In Progress in Stackable Engineering Mar 31, 2025
@siegfriedweber siegfriedweber added release-note Denotes a PR that will be considered when it comes time to generate release notes. scheduled-for/25.7.0 labels May 16, 2025
@sbernauer sbernauer changed the title Support custom Python processors Support custom NiFi components via git-sync May 27, 2025
@siegfriedweber siegfriedweber moved this from Development: In Progress to Development: Waiting for Review in Stackable Engineering May 27, 2025
@siegfriedweber
Copy link
Member

Documentation

https://docs.stackable.tech/home/nightly/nifi/usage_guide/custom-components/

Release Notes

  • Starting with NiFi 2.0, custom Python extensions are supported.
  • Custom NiFi Archives (NARs) and Python components can be loaded from Git repositories with git-sync.

@siegfriedweber siegfriedweber moved this from Development: Waiting for Review to Development: Done in Stackable Engineering May 30, 2025
@lfrancke lfrancke moved this from Development: Done to Done in Stackable Engineering Jun 2, 2025
@lfrancke lfrancke moved this from In Progress to Done in Stackable End-to-End Coordination Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/25.7.0 release-note Denotes a PR that will be considered when it comes time to generate release notes.
Projects
Development

Successfully merging a pull request may close this issue.

3 participants