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 94af14f commit a3694d1Copy full SHA for a3694d1
sdks/java/io/solace/src/test/java/org/apache/beam/sdk/io/solace/it/SolaceIOMultipleSempIT.java
@@ -172,7 +172,7 @@ private Pipeline createWriterPipeline(
172
.withWriterType(writerType)
173
.withDeliveryMode(DeliveryMode.PERSISTENT)
174
.withNumberOfClientsPerWorker(1)
175
- .withMaxNumOfUsedWorkers(1)
+ .withNumShards(1)
176
.withSessionServiceFactory(
177
BasicAuthJcsmpSessionServiceFactory.builder()
178
.host("localhost:" + solaceContainerJcsmpPort)
0 commit comments