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 Managed Service for Apache Kafka®
  • Getting started
    • Resource relationships
    • Topics and partitions
    • Brokers
    • KRaft protocol
    • Producers and consumers
    • Managing data schemas
    • APIs in Managed Service for Apache Kafka®
    • Host classes
    • Networking in Managed Service for Apache Kafka®
    • Quotas and limits
    • Storage in Managed Service for Apache Kafka®
    • Connectors
    • Maintenance
    • Apache Kafka® settings
  • Access management
  • Pricing policy
  • Terraform reference
  • Yandex Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Concepts
  2. Producers and consumers

Producers and consumers

Written by
Yandex Cloud
Updated at January 23, 2025

Apache Kafka® is a distributed system for exchanging messages between data producers and consumers.

  • Producer is a data source application. It connects to an Apache Kafka® cluster and writes messages with data to specific topics and topic partitions. To write messages to a topic and partition, an application user must be granted the appropriate permissions.
  • Consumer is an application that receives and processes data from producers. Rather than getting data directly from a producer, it connects to the Apache Kafka® cluster, subscribes to certain topics, and reads messages from them. To subscribe to a topic, an application user must be granted the appropriate permissions.

For more information, see the Apache Kafka® documentation for producers and consumers.

Was the article helpful?

Previous
KRaft protocol
Next
Managing data schemas
Yandex project
© 2025 Yandex.Cloud LLC