Commit aa08d1f
authored
Support custom NiFi components via git-sync (#793)
* Support custom Python processors via git-sync
* Upgrade stackable-operator
* Add logging support to git-sync containers
* Regenerate charts
* Upgrade stackable-operator
* test: Reimplement the ShoutProcessor in Java
* test: Use the Java processor in the NiFi flow
* Rename "custom processors" to "custom components"
* Use fully qualified types for external error sources
* test: Recompile the Java processor with Java 11
* test: Test customComponentsGitSync also for NiFi 1.x
* Add comment
* docs: Document loading of custom components via git-sync
* docs: Document all options of loading custom components
* Configure Python regardless of git-sync
* Format Rust code
* Re-format Rust code
* Upgrade stackable-operator
* Improve the documentation
* Fix documentation URL
* Fix documentation URL
* test: Use fixed Git commits for the custom processors
* Regenerate charts
* test: Fix the logging test1 parent 0882c61 commit aa08d1f
36 files changed
Lines changed: 1867 additions & 803 deletions
File tree
- deploy/helm/nifi-operator/crds
- docs/modules/nifi
- pages/usage_guide
- custom-components
- partials
- rust/operator-binary/src
- config
- crd
- security
- tests
- templates/kuttl
- custom-components-git-sync
- java-processors
- python-processors
- logging
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments