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

ASF GitHub Bot logged work on GOBBLIN-1259:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Sep/20 15:45
            Start Date: 14/Sep/20 15:45
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on a change in pull request #3102:
URL: https://github.com/apache/incubator-gobblin/pull/3102#discussion_r488036758



##########
File path: 
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/kafka/client/GobblinKafkaConsumerClient.java
##########
@@ -166,6 +167,8 @@ default long committed(KafkaPartition partition) {
     return -1L;
   }
 
+  default void assignAndSeek(List<KafkaPartition> topicPartitions, 
Map<KafkaPartition, LongWatermark> topicWatermarksMap) { return; }

Review comment:
       Yes it is. This method is used inside LI's internal Kafka consumer 
client. 




----------------------------------------------------------------
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: 484071)
    Time Spent: 1h 10m  (was: 1h)

> Implement a Kafka streaming extractor
> -------------------------------------
>
>                 Key: GOBBLIN-1259
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1259
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-kafka
>    Affects Versions: 0.16.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Shirshanka Das
>            Priority: Major
>             Fix For: 0.16.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> This PR provides an implementation of Kafka Extractor that uses Gobblin's 
> streaming mode. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to