File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
it/kafka/src/test/java/org/apache/beam/it/kafka Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,6 @@ private PipelineLauncher.LaunchInfo generateDataAndWrite() throws IOException {
299299 .addParameter ("maxNumWorkers" , String .valueOf (configuration .maxNumWorkers ))
300300 .addParameter ("experiments" , configuration .useDataflowRunnerV2 ? "use_runner_v2" : "" )
301301 .addParameter ("enableStreamingEngine" , "true" ) // Enable streaming engine
302- .addParameter ("streamingMode" , "true" ) // Enable streaming mode
303302 .addParameter ("usePublicIps" , "false" ) // Use private IPs for better performance
304303 .addParameter ("subnetwork" , "regions/us-central1/subnetworks/default" ) // Use default subnet
305304 .build ();
@@ -333,7 +332,6 @@ private PipelineLauncher.LaunchInfo readData() throws IOException {
333332 .addParameter ("runner" , configuration .runner )
334333 .addParameter ("experiments" , configuration .useDataflowRunnerV2 ? "use_runner_v2" : "" )
335334 .addParameter ("enableStreamingEngine" , "true" ) // Enable streaming engine
336- .addParameter ("streamingMode" , "true" ) // Enable streaming mode
337335 .addParameter ("usePublicIps" , "false" ) // Use private IPs for better performance
338336 .addParameter ("subnetwork" , "regions/us-central1/subnetworks/default" ) // Use default subnet
339337 .build ();
You can’t perform that action at this time.
0 commit comments