Including new parameters to Kafka metadata

I am looking to add additional fields to the metadata that Deepstream provides over Kafka. Specifically, I am looking to add detection confidence, tracker confidence and frame number. Can any of you guide me how I can go about this?

Thank you.

Hi,
You can update the kafka schema to add the new fields via the message converter library. See documentation - here.

Thank you.