dragosvictor commented on code in PR #22010:
URL: https://github.com/apache/pulsar/pull/22010#discussion_r1478914737


##########
tests/integration/src/test/java/org/apache/pulsar/tests/integration/topologies/PulsarCluster.java:
##########
@@ -94,6 +94,8 @@ public static PulsarCluster forSpec(PulsarClusterSpec spec, 
CSContainer csContai
     private final ProxyContainer proxyContainer;
     private Map<String, GenericContainer<?>> externalServices = 
Collections.emptyMap();
     private Map<String, Map<String, String>> externalServiceEnvs;
+    private Map<String, Map<String, String>> functionWorkerEnvs;

Review Comment:
   I meant to replicate the behavior of external service containers, which can 
each have their different configs. Doesn't make much sense for worker 
containers though, so I removed the parameter, good catch!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to