less than a minute
MQTT: ia/<customerID>/<location>/<AssetID>/startOrder
For Kafka just switch the /
character with a .
A message is sent here everytime a new order is started.
key | data type | description |
---|---|---|
order_id | string | name of the order |
timestamp_ms | int64 | unix timestamp of message creation |
The order “test_order” is started at the shown timestamp.
{
"order_id":"test_order",
"timestamp_ms":1589788888888
}