Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex IoT Core
    • Authentication
    • Resource relationships
    • MQTT server connection parameters
    • Sending messages to an MQTT server via gRPC
      • Overview
      • Device topics
      • Registry topics
      • Subtopic
      • Using topics
    • Backups
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Concepts
  2. Topic
  3. Overview

Topic

Written by
Yandex Cloud
Updated at April 18, 2025

A topic is a channel for messaging between devices, registries, and broker clients.

Using the broker, you can send and receive messages in any topics allowed by the MQTT specification, except for topics starting with $.

When using device registries, the service provides device topics and registry topics. Device topics identify messages intended for a specific device, and registry topics identify messages intended for all devices in that registry.
Both topic types can have subtopics.

If you have devices with sensor readings that you need to quickly respond to and you may face network communication problems and a broken connection between your devices and the MQTT server, you can subscribe your devices and registries to permanent topics.
For example, use permanent topics for temperature sensors on devices that need to be turned off quickly when heated to a certain temperature.

A permanent topic is a topic that stores the last message sent to this topic so that you can see the current state of the topic when you reconnect your device or registry to the MQTT server.

  • Device topics
  • Registry topics
  • Subtopic
  • Using topics

Use cases

  • Writing data from a device into a database
  • Status monitoring of geographically distributed devices
  • Testing message delivery
  • Sensor reading monitoring and event notifications
  • Sending a message using Mosquitto

Was the article helpful?

Previous
Sending messages to an MQTT server via gRPC
Next
Device topics
Yandex project
© 2025 Yandex.Cloud LLC