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

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

                Author: ASF GitHub Bot
            Created on: 01/Aug/19 23:16
            Start Date: 01/Aug/19 23:16
    Worklog Time Spent: 10m 
      Work Description: mxm commented on issue #8251: [BEAM-7029] Add 
KafkaIO.Read as external transform
URL: https://github.com/apache/beam/pull/8251#issuecomment-517490677
 
 
   >Does portability allow having both external and local transforms in a 
pipeline in different languages? 
   
   Yes it does. You can mix Python, Java code, and Go code in the same 
pipeline. Each have their own environment via docker containers. That's also 
why we are limited to standard coders to transfer data between the different 
environments. 
   
   It is a bit tricky though for sources where we actually mix three different 
environments a) Java via docker b) Python via docker c) native Java via the 
Flink runner to run the old style unbounded sources, i.e. Kafka IO. The latter 
code path will be removed once we have an adapter to run old style sources via 
SplittableDoFn. If that does not make sense to you, that's alright :) 
   
   Not sure what the issue is here. Earlier I ran a semantically identical 
pipeline with a ReadFromKafka and a pass-through Python transform, followed by 
a WriteToKafka. Will take a closer look when I get a chance (currently 
traveling). 
   
 
----------------------------------------------------------------
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: 287353)
    Time Spent: 15h 50m  (was: 15h 40m)

> 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
>             Fix For: 2.13.0
>
>          Time Spent: 15h 50m
>  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.14#76016)

Reply via email to