less than a minute
MQTT: ia/<customerID>/<location>/<AssetID>/scrapUniqueProduct
For Kafka just switch the /
character with a .
A message is sent here everytime a unique product is scrapped.
key | data type | description |
---|---|---|
UID | string | unique ID of the current product |
The product with the unique ID 22 is scrapped.
{
"UID": 22,
}