Key | Value |
---|---|
Routing Key | Vital event type, e.g., daily.data.activity.created |
Content-Type | application/json : UTF8 JSON document |
Content-Encoding | gzip: The blob is compressed by gzip. null/absent: The blob is uncompressed. |
Data | Encoded JSON blob. This may or may not be compressed — see blob_codec. |
Content-Encoding
to identify if
decompression of the message payload blob is necessary.blob_type == json
).Having said that, you are strongly encouraged to check for and drop any events with unrecognized Content-Type
and Content-Encoding
.