[
https://issues.apache.org/jira/browse/BEAM-7029?focusedWorklogId=232964&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-232964
]
ASF GitHub Bot logged work on BEAM-7029:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/19 16:17
Start Date: 25/Apr/19 16:17
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #8322:
[BEAM-7029] Add KafkaIO.Write as an external transform
URL: https://github.com/apache/beam/pull/8322#discussion_r278624790
##########
File path: sdks/java/container/Dockerfile-java11
##########
@@ -22,6 +22,8 @@ MAINTAINER "Apache Beam <[email protected]>"
ADD target/slf4j-api.jar /opt/apache/beam/jars/
ADD target/slf4j-jdk14.jar /opt/apache/beam/jars/
ADD target/beam-sdks-java-harness.jar /opt/apache/beam/jars/
+ADD target/beam-sdks-java-io-kafka.jar /opt/apache/beam/jars/
Review comment:
Ditto (here and below).
----------------------------------------------------------------
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: 232964)
Time Spent: 12h 20m (was: 12h 10m)
> 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: 12h 20m
> 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)