Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
As per the documentation, I was able to format the message structure for some extent, so is there a way to get rid of below structure from the payload. I am interested only in the message>data section. I am using Kafka endpoint.
{
"magic": "atMSG",
"type": "DT",
"headers": null,
"messageSchemaId": null,
"messageSchema": null,
"message": {
"data": {
}
}
Hello
Are you asking if you can completely get rid of the Replicate envelope (which is described here: https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Kafka/attunity_envelope.htm) so Replicate will not use an envelope?
Boaz
The envelope contains other information such as "magic", "type", "headers","messageSchemaId","messageSchema" including the actual message, so I want the message to be present but the remaining fields related envelope can be suppressed, is that possible?
Hi @murali23krishna ,
In the Kafka endpoint, please uncheck "Wrap data messages with the Replicate Envelope" box and verify if it fulfills your requirement.
Regards,
Desmond