Skip to content

Commit c2849e4

Browse files
Add comment
1 parent 9166242 commit c2849e4

File tree

1 file changed

+2
-0
lines changed
  • rust/operator-binary/src/config

1 file changed

+2
-0
lines changed

rust/operator-binary/src/config/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,8 @@ pub fn build_nifi_properties(
579579
// Custom components #
580580
//####################
581581
if git_sync_resources.is_git_sync_enabled() {
582+
// NiFi 1.x does not support Python components. The Python configuration is just ignored.
583+
582584
// The command used to launch Python.
583585
// This property must be set to enable Python-based processors.
584586
properties.insert("nifi.python.command".to_string(), "python3".to_string());

0 commit comments

Comments
 (0)