Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am replicating Data from AS400 to Azure Event Hub and I want to get header_transaction_id different from Null
When I use Store changes Settings I am getting header_transaction_id : null
"headers": {
"operation": "REFRESH",
"changeSequence": "",
"timestamp": "",
"streamPosition": "",
"transactionId": "",
"changeMask": null,
"columnMask": null,
"transactionEventCounter": null,
"transactionLastEvent": null
}
When I am not using Store changes Settings I am getting header_transaction_id: "00000000000000000000000"
Hello @dndiaye01 ,
Thanks for reaching out to Qlik Community!
Please note that the Store Changes replication mode is not supported for Azure Event Hubs as a target endpoint. The only available option is Apply Changes. This applies to all streaming target endpoints, including Apache Kafka, Amazon MSK, Amazon Kinesis Data Streams, Confluent Cloud, Google Cloud Pub/Sub, and others.
Feel free to let me know if you need any additional assistance,
John.