[
https://issues.apache.org/jira/browse/GOBBLIN-820?focusedWorklogId=274233&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-274233
]
ASF GitHub Bot logged work on GOBBLIN-820:
------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Jul/19 17:26
Start Date: 09/Jul/19 17:26
Worklog Time Spent: 10m
Work Description: shirshanka commented on pull request #2682:
[GOBBLIN-820] Add keyed write capability to Kafka writer
URL: https://github.com/apache/incubator-gobblin/pull/2682#discussion_r301705060
##########
File path:
gobblin-modules/gobblin-kafka-08/src/main/java/org/apache/gobblin/kafka/writer/Kafka08DataWriter.java
##########
@@ -47,7 +49,7 @@
*
*/
@Slf4j
-public class Kafka08DataWriter<D> implements AsyncDataWriter<D> {
+public class Kafka08DataWriter<K,D> implements AsyncDataWriter<D> {
Review comment:
Ack
----------------------------------------------------------------
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: 274233)
Time Spent: 1h 40m (was: 1.5h)
> Support keyed writer for Kafka
> ------------------------------
>
> Key: GOBBLIN-820
> URL: https://issues.apache.org/jira/browse/GOBBLIN-820
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: gobblin-kafka
> Reporter: Shirshanka Das
> Assignee: Shirshanka Das
> Priority: Major
> Labels: kafka
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> The current Kafka writer uses the non-keyed API to produce to Kafka.
> This issue proposes to add support for keyed writes to Kafka.
> Constraints:
> * Minimal changes needed to existing pipeline configuration to add support
> for keyed writes to Kafka
> * Minimal changes to gobblin-core. Do not add general support for
> keyed-writers as part of this issue.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)