[ 
https://issues.apache.org/jira/browse/BEAM-11172?focusedWorklogId=510470&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-510470
 ]

ASF GitHub Bot logged work on BEAM-11172:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Nov/20 21:33
            Start Date: 11/Nov/20 21:33
    Worklog Time Spent: 10m 
      Work Description: tysonjh commented on a change in pull request #13282:
URL: https://github.com/apache/beam/pull/13282#discussion_r521647285



##########
File path: 
sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOIT.java
##########
@@ -115,16 +116,55 @@ public static void setup() throws IOException {
             .get();
   }
 
+  @Test
+  public void testKafkaIOWithRunnerV2() throws IOException {

Review comment:
       Instead of naming the test after the runner, is it possible to name the 
test after the behavior that is being tested and use the configuration to 
ensure it runs on the appropriate runners? Is there a reason to have both this 
test and `testKafkaReadsAndWritesProperly`?
   
   If so, it would be good to understand the difference through the test 
naming. From what I can tell the material difference is that this test uses a 
streaming pipeline to read where `testKafkaReadsAndWritesProperly` uses a batch 
one.




----------------------------------------------------------------
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:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 510470)
    Time Spent: 6h 20m  (was: 6h 10m)

> Set up Java Kafka performance test with runner v2
> -------------------------------------------------
>
>                 Key: BEAM-11172
>                 URL: https://issues.apache.org/jira/browse/BEAM-11172
>             Project: Beam
>          Issue Type: Test
>          Components: io-java-kafka, testing
>            Reporter: Boyuan Zhang
>            Assignee: Boyuan Zhang
>            Priority: P2
>          Time Spent: 6h 20m
>  Remaining Estimate: 0h
>
> Currently we have KafkaIO performance test with dataflow batch java 
> production worker. We want to test it with runner v2 + SDF implementation in 
> streaming as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to