Consuming data export results
Consume the results of usage data exported via REST API, from the Kafka topic.
Before you begin
Role required: admin
Procedure
Result
Your Kafka consumer environment is now securely connected to the managed Hermes cluster. You can submit data export requests and consume results from the Kafka topic using your configured consumers. Use a dedicated integration user for automated exports and grant it only the
sn_uxa_data_export.user role and de-duplicate using the Kafka offset.Note:
Schedule recurring exports (e.g., daily) so each run stays within the 60-request-per-hour and 100 GB-per-month
limits.
Tip:
Follow these tips, as batch delivery order is not guaranteed and duplicate batches may occasionally be delivered:
- Reassemble: Sort batches by
batch_numto reconstruct the full result set. - Track completion: When
batch_numequalstotal, all batches for the job have been produced. - Consume within retention window: Results are retained on the topic for 36 hours. Consume all batches before they expire.
- Each instance has its own dedicated Kafka topic for result delivery. The SSL certificate used to access the topic is scoped to your instance's topics only. Exports are bound to your customer account: data from one account is never accessible from another account's instance.