How to get the last update run by the Kafka loader

Symptoms

Want to get the last update run by the Kafka loader.

Error Messages

N/A

Cause

N/A

Workaround Or Solution

Users may use the following command to get information about the last run of the Kafka loader:

curl -X POST "http://localhost:9000/restppkafkaloader/<GRAPH_NAME>?checkstatus=true" -d '{"job_id_list": ["<YOUR_JOB_ID>"]}'