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

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

                Author: ASF GitHub Bot
            Created on: 09/Apr/19 13:32
            Start Date: 09/Apr/19 13:32
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #8251: 
[BEAM-7029] Add KafkaIO.Read as external transform
URL: https://github.com/apache/beam/pull/8251#discussion_r273490494
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/flink_runner_test.py
 ##########
 @@ -172,6 +173,20 @@ def test_external_transform(self):
 
         assert_that(res, equal_to([i for i in range(1, 10)]))
 
+      # We do not run KafkaIO but check that the transform
+      # is expanded by the ExpansionService without an error.
+      p = self.create_pipeline()
 
 Review comment:
   Can we also add a validator to validate output ?
   
   @ihji KafkaIO will be a great addition to validates runner test suite you 
are adding. 
 
----------------------------------------------------------------
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: 224986)
    Time Spent: 2h 40m  (was: 2.5h)

> Support KafkaIO to be configured externally for use with other SDKs
> -------------------------------------------------------------------
>
>                 Key: BEAM-7029
>                 URL: https://issues.apache.org/jira/browse/BEAM-7029
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-java-kafka, runner-flink, sdk-py-core
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> As of BEAM-6730, we can externally configure existing transforms from SDKs. 
> We should add more useful transforms then just {{GenerateSequence}}. 
> {{KafkaIO}} is a good candidate.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to