[ https://issues.apache.org/jira/browse/GOBBLIN-1094?focusedWorklogId=411413&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-411413 ]
ASF GitHub Bot logged work on GOBBLIN-1094: ------------------------------------------- Author: ASF GitHub Bot Created on: 27/Mar/20 21:51 Start Date: 27/Mar/20 21:51 Worklog Time Spent: 10m Work Description: sv2000 commented on pull request #2935: [GOBBLIN-1094] Added documentation of High level consumer URL: https://github.com/apache/incubator-gobblin/pull/2935#discussion_r399554773 ########## File path: gobblin-docs/developer-guide/HighLevelConsumer.md ########## @@ -0,0 +1,67 @@ + + +Problem Statement +================= + +Current Gobblin Kafka [`High Level Consumer`](https://github.com/apache/incubator-gobblin/blob/master/gobblin-runtime/src/main/java/org/apache/gobblin/runtime/kafka/HighLevelConsumer.java) uses Kafka Consumer (0.8) API which will soon not be supported at linkedin. The Re-design's primary goal is to replace old kafka consumer APIs like [`ConsumerConnector`](https://archive.apache.org/dist/kafka/0.8.2.2/scaladoc/index.html#kafka.consumer.ConsumerConnector) and [`MessageAndMetadata`](https://archive.apache.org/dist/kafka/0.8.2.2/scaladoc/index.html#kafka.message.MessageAndMetadata) with a consumer abstraction [`GobblinKafkaConsumerClient`](https://github.com/apache/incubator-gobblin/blob/master/gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/kafka/client/GobblinKafkaConsumerClient.java). Review comment: I don't think we need to say "will soon not be supported at Linkedin". You can just say that Gobblin support for Kafka 0.8 will be deprecated. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 411413) Time Spent: 40m (was: 0.5h) > Gobblin documentation for High level consumer > --------------------------------------------- > > Key: GOBBLIN-1094 > URL: https://issues.apache.org/jira/browse/GOBBLIN-1094 > Project: Apache Gobblin > Issue Type: Improvement > Reporter: Vikram Bohra > Assignee: Shirshanka Das > Priority: Trivial > Time Spent: 40m > Remaining Estimate: 0h > > Write doc for High level consumer and publish on gobblin website -- This message was sent by Atlassian Jira (v8.3.4#803005)