less than a minute
This is a system internal message and is likely not needed for your usage. When sending messages via MQTT, it will be automatically created by mqtt-kakfka-bridge.
Kafka: umh.v1.kafka.newTopic
Everytime a new topic is created, a message containing the name of that topic is sent here. The consumption of this message triggers the refresh of the metadata for all the other consumers, updating their subsrciption list with the newly created topic.
Every service connected with Kafka should subscribe to this topic by default.
key | data type | description |
---|---|---|
topic | string | name of the new topic |
A new topic is created:
{
"topic": "ia/testCustomer/testLocation/testAsset/testTopic"
}
Any service that creates a new topic.