We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcbba4 commit 1bd2043Copy full SHA for 1bd2043
1 file changed
rust/operator-binary/src/config/mod.rs
@@ -610,7 +610,7 @@ pub fn build_nifi_properties(
610
PROTOCOL_PORT.to_string(),
611
);
612
613
- // In case the number of NiFi nodes is hard-coded to a fixed (no auto-scaling), we can tell
+ // In case the number of NiFi nodes is hard-coded to a fixed number (no auto-scaling), we can tell
614
// this NiFi, so that startup is much quicker.
615
// Note: In case we don't know the replica count, we set it to "" as that's what we always did
616
// before.
0 commit comments