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

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

                Author: ASF GitHub Bot
            Created on: 02/Dec/19 23:10
            Start Date: 02/Dec/19 23:10
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on pull request #2835: GOBBLIN-989: 
Track and report record level SLA in Gobblin Kafka Extra…
URL: https://github.com/apache/incubator-gobblin/pull/2835#discussion_r352908829
 
 

 ##########
 File path: 
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/kafka/client/KafkaConsumerRecord.java
 ##########
 @@ -38,4 +38,16 @@
    * does not provide size (like Kafka 09 clients)
    */
   public long getValueSizeInBytes();
+
+  /**
+   * @return the timestamp of the underlying ConsumerRecord.
+   */
+  public default long getTimestamp() { return 0; }
 
 Review comment:
   The reason I kept them separate was that these methods may have usage beyond 
tracking record level SLA, in which case it might be useful to know what type 
of timestamp the ConsumerRecord is carrying. 
 
----------------------------------------------------------------
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: 352290)
    Time Spent: 1h 20m  (was: 1h 10m)

> Track and report record level SLA in Gobblin Kafka Extractor tracking event
> ---------------------------------------------------------------------------
>
>                 Key: GOBBLIN-989
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-989
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-kafka
>    Affects Versions: 0.15.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Shirshanka Das
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Track record level SLA in Gobblin Kafka Extractor tracking events. The SLA is 
> measured as the difference between extract time and the log append time on 
> the Kafka broker, if available in the Kafka consumer record. 



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

Reply via email to