leiyiz commented on a change in pull request #12813:
URL: https://github.com/apache/beam/pull/12813#discussion_r487285561



##########
File path: 
sdks/java/testing/nexmark/src/main/java/org/apache/beam/sdk/nexmark/NexmarkConfiguration.java
##########
@@ -42,6 +42,9 @@
   /** Where events come from. */
   @JsonProperty public NexmarkUtils.SourceType sourceType = 
NexmarkUtils.SourceType.DIRECT;
 
+  /** If provided, only generate events and write them to local file with this 
prefix. */
+  @JsonProperty public String generateInputFileOnlyPrefix = null;

Review comment:
       Done




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to