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 1b63108 commit 5160716Copy full SHA for 5160716
rust/operator-binary/src/config/jvm.rs
@@ -77,6 +77,7 @@ pub fn construct_non_heap_jvm_args(
77
}
78
79
/// Arguments that go into `KAFKA_HEAP_OPTS`.
80
+/// You can get the normal JVM arguments using [`construct_non_heap_jvm_args`].
81
pub fn construct_heap_jvm_args(
82
merged_config: &KafkaConfig,
83
role: &Role<KafkaConfigFragment, GenericRoleConfig, JavaCommonConfig>,
0 commit comments