sunithabeeram commented on issue #4172: Kafka Low Level Consumer (LLC) Offset 
Lag metrics
URL: 
https://github.com/apache/incubator-pinot/issues/4172#issuecomment-501517725
 
 
   @haibow the above design will work as long as kafka broker can provide 
"timestamp" per message. Specifically, at LinkedIn we rely on an API similar to 
this: 
https://kafka.apache.org/0100/javadoc/org/apache/kafka/clients/consumer/ConsumerRecord.html#timestamp();
 this is not available in 0.9 clients, but provided by the internal version of 
kafka.
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to