[
https://issues.apache.org/jira/browse/BEAM-3925?focusedWorklogId=91480&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-91480
]
ASF GitHub Bot logged work on BEAM-3925:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Apr/18 20:48
Start Date: 16/Apr/18 20:48
Worklog Time Spent: 10m
Work Description: pupamanyu opened a new pull request #5141: [BEAM-3925]
Allow ValueProvider for KafkaIO so that we can create Beam Templates using
KafkaIO
URL: https://github.com/apache/beam/pull/5141
This pull request allows ValueProviders to KafkaIO. This is added so that
these options can be used to create Beam Templates using KafkaIO.
- KafkaIO.read
- Topics
- TopicPartitions
- KeyDeSerializer
- ValueDeSerializer
- KafkaIO.write
- Topic
- KeySerializer
- ValueSerializer
This pull request also adds ValueProvider support for the below options for
the
- KafkaIO.read
- withBootstrapServers
- withTopic
- withTopics
- withTopicPartitions
- withKeyDeserializer
- withValueDeserializer
- KafkaIO.write
- withBootstrapServers
- withTopic
- withKeySerializer
- withValueSerializer
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 91480)
Time Spent: 10m
Remaining Estimate: 0h
> Allow ValueProvider for KafkaIO
> -------------------------------
>
> Key: BEAM-3925
> URL: https://issues.apache.org/jira/browse/BEAM-3925
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Sameer Abhyankar
> Assignee: Sameer Abhyankar
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Add ValueProvider support for the various methods in KafkaIO. This would
> allow us to use KafkaIO in reusable pipeline templates.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)