You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by antonio saldivar <an...@gmail.com> on 2018/07/19 20:12:29 UTC

Measure Latency from Source to Sink

Hello

I am developing an application using kafka and flink, I need to be able to
measure the latency from the producer and when it comes out to the sink.

I can append the timestamp in Millisecond when I send the trxn from the
producer but at the end how to append the timestamp when it comes out the
sink.

Someone can help me with an example

Thank you
Best Regards