(refac) Propagate ZOOKEEPER_HOSTS to spawned processes

This commit is contained in:
Viktor Lofgren 2024-02-20 15:42:16 +01:00
parent ee8e0497ae
commit 3c9234078a

View File

@ -132,6 +132,7 @@ public class ProcessService {
* along with WMSA_HOME, but it has special logic */
private final List<String> propagatedEnvironmentVariables = List.of(
"JAVA_HOME",
"ZOOKEEPER_HOSTS",
"WMSA_SERVICE_NODE",
"CONVERTER_PROCESS_OPTS",
"LOADER_PROCESS_OPTS",