How can i get headers and kafka's message timestamp in Routine Load?

Hello everyone!

Does anyone know how to get kafka’s message header and kafka’s message timestamp via Routine Load? Is that possible? Didn’t found any documentation about it.

Thanks you in advance!

I don’t remember. You can use the Kafka client to dump a message to see if it’s in the payload

Thanks you! Do you have any link where i can see how can i dump the message?

A quick google search came up with Dumping data out of Kafka. If you ever need a quick and dirty way… | by Tenny Susanto | Medium

Thanks you, but still, is there a way to do it with Routine Load maybe?
We can do it python-client, kafka->kafka, etc. but i cannot find any information about how to do it with Routine Load

1 Like